Add --without-gmp to configure arguments when gmp is disabled.
Just to be on the safe side (I don't see a difference).
This commit is contained in:
parent
89c6303e99
commit
cc623f7298
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.9 2014/01/05 10:57:11 richard Exp $
|
||||
# $NetBSD: options.mk,v 1.10 2014/02/25 09:16:49 wiz Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.pari
|
||||
PKG_SUPPORTED_OPTIONS= doc gmp x11
|
||||
|
@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --with-gmp=${PREFIX}
|
|||
.include "../../devel/gmp/buildlink3.mk"
|
||||
.else
|
||||
PLIST.nogmp= yes
|
||||
CONFIGURE_ARGS+= --without-gmp
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mx11)
|
||||
|
|
Loading…
Reference in a new issue