summaryrefslogtreecommitdiff
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
parent7940b0cc21a4aceef5ddb77b8b51c7164585560f (diff)
downloadpkgsrc-eb71289b63c8d5167a8cc9c0262e58eca213f553.tar.gz
Use CONFIG_{GUESS,SUB}_OVERRIDE to fix build problem on Darwin, noted by
Randy Beaudreault <maccult@pacbell.net>.
-rw-r--r--devel/gettext-lib/Makefile4
-rw-r--r--devel/gettext-m4/Makefile4
-rw-r--r--devel/gettext/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile
index 38012afebbb..a17a5af67bd 100644
--- a/devel/gettext-lib/Makefile
+++ b/devel/gettext-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/11/29 01:12:29 hubertf Exp $
+# $NetBSD: Makefile,v 1.12 2002/07/19 03:07:21 schmonz Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
@@ -19,6 +19,8 @@ USE_BUILDLINK_ONLY= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
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
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
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 62553d17c2c..f8cb0e8906d 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2002/02/18 15:14:10 seb Exp $
+# $NetBSD: Makefile,v 1.35 2002/07/19 03:07:21 schmonz Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
@@ -17,6 +17,8 @@ USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
INFO_FILES= gettext.info
TEXINFO_OVERRIDE= YES