Pull "bsd.prefs.mk", remove unneeded spaces.
This commit is contained in:
parent
70ac9ff0cc
commit
2a34136e14
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
|||
# $NetBSD: options.mk,v 1.3 2011/06/07 20:44:24 asau Exp $
|
||||
# $NetBSD: options.mk,v 1.4 2011/06/07 20:52:49 asau Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.tcl
|
||||
PKG_SUPPORTED_OPTIONS= threads debug
|
||||
PKG_SUGGESTED_OPTIONS= threads
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
. if !empty(PKG_OPTIONS:Mdebug)
|
||||
.if !empty(PKG_OPTIONS:Mdebug)
|
||||
CONFIGURE_ARGS+= --enable-symbols=mem
|
||||
. endif
|
||||
.endif
|
||||
|
||||
. if !empty(PKG_OPTIONS:Mthreads)
|
||||
.if !empty(PKG_OPTIONS:Mthreads)
|
||||
CONFIGURE_ARGS+= --enable-threads=on
|
||||
. else
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-threads=off
|
||||
. endif
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue