From 4acf5a5358d527676a02c5005e5587da86d739f2 Mon Sep 17 00:00:00 2001 From: schmonz Date: Fri, 19 Jul 2002 03:07:21 +0000 Subject: Use CONFIG_{GUESS,SUB}_OVERRIDE to fix build problem on Darwin, noted by Randy Beaudreault . --- devel/gettext/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/gettext') 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 -- cgit v1.2.3