summaryrefslogtreecommitdiff
path: root/devel/gettext-m4
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-07-19 03:07:21 +0000
committerschmonz <schmonz>2002-07-19 03:07:21 +0000
commiteb71289b63c8d5167a8cc9c0262e58eca213f553 (patch)
tree31332c63f33285e2b13e0c5186a2bca0250fb220 /devel/gettext-m4
parent7940b0cc21a4aceef5ddb77b8b51c7164585560f (diff)
downloadpkgsrc-eb71289b63c8d5167a8cc9c0262e58eca213f553.tar.gz
Use CONFIG_{GUESS,SUB}_OVERRIDE to fix build problem on Darwin, noted by
Randy Beaudreault <maccult@pacbell.net>.
Diffstat (limited to 'devel/gettext-m4')
-rw-r--r--devel/gettext-m4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gettext-m4/Makefile b/devel/gettext-m4/Makefile
index 7121c3c9fd9..73173fd78ec 100644
--- a/devel/gettext-m4/Makefile
+++ b/devel/gettext-m4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:10 veego Exp $
+# $NetBSD: Makefile,v 1.3 2002/07/19 03:07:21 schmonz Exp $
DISTNAME= gettext-0.10.35
PKGNAME= gettext-m4-0.10.35
@@ -13,6 +13,8 @@ COMMENT= autoconf/automake m4 files for GNU NLS library
CONFLICTS= gettext<=0.10.35nb1
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-included-gettext
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
PATCHDIR= ${.CURDIR}/../../devel/gettext/patches
DISTINFO_FILE= ${.CURDIR}/../../devel/gettext/distinfo