summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-28 11:25:48 +0000
committerhans <hans@pkgsrc.org>2012-02-28 11:25:48 +0000
commit3727d546df6d9f064ccbc4d276461d1be012573f (patch)
tree4755ff64d0a454aed69a28c10aadce663f24f08e /devel
parent623c84891f206674e4c911e5da0caa05aaaf64b5 (diff)
downloadpkgsrc-3727d546df6d9f064ccbc4d276461d1be012573f.tar.gz
Override configure checks for gmp and iconv, seems --without-gmp and
--without-iconv is not enough.
Diffstat (limited to 'devel')
-rw-r--r--devel/silc-toolkit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/silc-toolkit/Makefile b/devel/silc-toolkit/Makefile
index 1e4708a0bb3..2d8cdb9d5bf 100644
--- a/devel/silc-toolkit/Makefile
+++ b/devel/silc-toolkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2010/08/30 11:17:16 adam Exp $
+# $NetBSD: Makefile,v 1.17 2012/02/28 11:25:48 hans Exp $
DISTNAME= silc-toolkit-1.1.10
CATEGORIES= devel chat security
@@ -25,6 +25,9 @@ CONFIGURE_ARGS+= --without-iconv
#CONFIGURE_ARGS+= --disable-asm
#.endif
+CONFIGURE_ENV+= ac_cv_lib_gmp___gmpz_init=no
+CONFIGURE_ENV+= ac_cv_func_iconv=no
+
PKGCONFIG_OVERRIDE+= lib/silc.pc.in
PKGCONFIG_OVERRIDE+= lib/silcclient.pc.in
PKGCONFIG_OVERRIDE+= lib/silcserver.pc.in