pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gtexinfo Back out previous workaround and fix th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/868be2997d94
branches:  trunk
changeset: 466495:868be2997d94
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jan 19 15:05:44 2004 +0000

description:
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:

 devel/gtexinfo/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r 52b9107a858b -r 868be2997d94 devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile   Mon Jan 19 15:04:05 2004 +0000
+++ b/devel/gtexinfo/Makefile   Mon Jan 19 15:05:44 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index