diff options
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 69a75a3bbe3..1eca61fb671 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2003/08/09 10:44:43 seb Exp $ +# $NetBSD: Makefile,v 1.44 2004/01/13 09:49:26 grant Exp $ # DISTNAME= texinfo-4.6 @@ -19,6 +19,12 @@ 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 + INFO_FILES= info-stnd.info info.info texinfo TEST_TARGET= check |