repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
parallel
/
openmpi
/
options.mk
blob
9a77a00fca7cc15f41171aec45215b7ce1076b15
1
# $NetBSD: options.mk,v 1.3 2012/06/12 23:36:31 asau Exp $
2
3
PKG_OPTIONS_VAR
=
PKG_OPTIONS.openmpi
4
PKG_SUPPORTED_OPTIONS
=
debug
5
6
.
include
"../../mk/bsd.options.mk"
7
8
.if
!
empty
(
PKG_OPTIONS
:
Mdebug
)
9
CONFIGURE_ARGS
+= --
enable-debug
10
.
endif