summaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-11-28 16:56:14 +0000
committerdrochner <drochner@pkgsrc.org>2002-11-28 16:56:14 +0000
commited2e5196de37b9f8a64218233e9c78d05534d52e (patch)
tree262363b68849c90691862616089d18903415cd62 /devel/gmake
parentb8707fcdd62870a1db7e9c42aea6477eeb8e9630 (diff)
downloadpkgsrc-ed2e5196de37b9f8a64218233e9c78d05534d52e.tar.gz
fix the "trying to pull in libiconv" issue in a cleaner way:
add --with-libintl-prefix=XXX to configure args (this could perhaps go into gettext-lib/buildlink2.mk, but there could be "configure" incarnations not built from the "official" aclocal file which don't digest it)
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index 1c41ccb89fe..c6f4c36b29c 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2002/11/28 10:04:36 tron Exp $
+# $NetBSD: Makefile,v 1.38 2002/11/28 16:56:14 drochner Exp $
DISTNAME= make-3.80
PKGNAME= gmake-3.80
@@ -12,6 +12,7 @@ COMMENT= GNU version of 'make' utility
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --program-prefix="g"
+CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext}
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
TEXINFO_OVERRIDE= YES
@@ -35,6 +36,5 @@ test: build
tee ${WRKDIR}/tests.log
.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../converters/libiconv/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"