diff options
author | jlam <jlam> | 2004-01-19 15:05:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-19 15:05:44 +0000 |
commit | 75d0d66f65071af49d3e194f741ba80593acc412 (patch) | |
tree | 0c9b25321b545a73c4d44447da3ab8ec380b2270 /devel/gtexinfo | |
parent | 8993f76456aab14a870adea1af014d6ee6766324 (diff) | |
download | pkgsrc-75d0d66f65071af49d3e194f741ba80593acc412.tar.gz |
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.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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 |