summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-22 09:31:59 +0000
committerwiz <wiz>2002-08-22 09:31:59 +0000
commit663fafea17078fc22c3e047d5e5955d87ef41444 (patch)
tree685bc6780b137780cf576a2f65cd831c31082a84
parent0060c1da0e460c0d842b3ab4b9b2df9a0b904192 (diff)
downloadpkgsrc-663fafea17078fc22c3e047d5e5955d87ef41444.tar.gz
Do not go looking for libiconv -- otherwise it may be found but no
dependency recorded.
-rw-r--r--devel/bison/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index ba420040fe8..df850bcd694 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2002/04/10 13:51:23 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2002/08/22 09:31:59 wiz Exp $
DISTNAME= bison-1.35
CATEGORIES= devel
@@ -11,9 +11,10 @@ COMMENT= GNU yacc(1) replacement
BUILD_USES_MSGFMT= yes
-USE_BUILDLINK_ONLY= # defined
+USE_BUILDLINK_ONLY= # defined, though not really true
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --without-included-gettext
+CONFIGURE_ARGS+= --without-libiconv-prefix
CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_DIR}
# We set the timezone to "GMT" below to avoid rebuilds of the info files