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-lib | |
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-lib')
-rw-r--r-- | devel/gettext-lib/Makefile | 4 |
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 |