summaryrefslogtreecommitdiff
path: root/devel/gettext-lib
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-07-19 03:07:21 +0000
committerschmonz <schmonz>2002-07-19 03:07:21 +0000
commitd16c9ef26bc48729dae3c138b029f671d0f780e0 (patch)
tree31332c63f33285e2b13e0c5186a2bca0250fb220 /devel/gettext-lib
parentf3c9737751f7ec5d52cc7dbcc7beb984d064aee2 (diff)
downloadpkgsrc-d16c9ef26bc48729dae3c138b029f671d0f780e0.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-lib')
-rw-r--r--devel/gettext-lib/Makefile4
1 files changed, 3 insertions, 1 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