From abe309af937835936c17b5e58d6d87cece0edc33 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 19 Jan 2004 15:05:44 +0000 Subject: Back out previous workaround and fix the problem the right way by overriding the config.status script to prevent clobbering the GNU configure-generated files. --- devel/gtexinfo/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'devel/gtexinfo') diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 1eca61fb671..daafa7d1c7f 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2004/01/13 09:49:26 grant Exp $ +# $NetBSD: Makefile,v 1.45 2004/01/19 15:05:44 jlam Exp $ # DISTNAME= texinfo-4.6 @@ -18,12 +18,7 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv} CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} - -# workaround to avoid autoconf finding ncurses' termcap.h. -# set this in MAKE_ENV and not CONFIGURE_ENV because the Makefile -# runs 'config.status --recheck' in the build target. -OPSYSVARS+= MAKE_ENV -MAKE_ENV.SunOS+= ac_cv_header_termcap_h=no +CONFIG_STATUS_OVERRIDE= ${WRKSRC}/config.status INFO_FILES= info-stnd.info info.info texinfo TEST_TARGET= check -- cgit v1.2.3