diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-19 15:05:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-19 15:05:44 +0000 |
commit | c063767adea0580648c5d8df1efd3f5bc41b82ad (patch) | |
tree | 0c9b25321b545a73c4d44447da3ab8ec380b2270 /devel | |
parent | 2401ea1b9d7eb82010e28fdb79542d2b703cc5ef (diff) | |
download | pkgsrc-c063767adea0580648c5d8df1efd3f5bc41b82ad.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')
-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 |