summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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