diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-07-19 03:07:21 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-07-19 03:07:21 +0000 |
commit | 4acf5a5358d527676a02c5005e5587da86d739f2 (patch) | |
tree | 31332c63f33285e2b13e0c5186a2bca0250fb220 /devel/gettext | |
parent | cd7ad57e0c3372fd385e723b457856c5f1e59a0f (diff) | |
download | pkgsrc-4acf5a5358d527676a02c5005e5587da86d739f2.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')
-rw-r--r-- | devel/gettext/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |