summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-07-13 23:54:16 +0000
committerbad <bad@pkgsrc.org>1999-07-13 23:54:16 +0000
commitcbd890553daed804ae131ba5226789adca27d167 (patch)
tree335e66bf26997bfb032177ff8c432ce5502907b9 /devel
parent25b7c4815e7bb4b406eef839bf404ccc1499712a (diff)
downloadpkgsrc-cbd890553daed804ae131ba5226789adca27d167.tar.gz
Configure --without-cxx for consistency on 1.3ish systems and ones that have
a libg++ lying around.
Diffstat (limited to 'devel')
-rw-r--r--devel/ncurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile
index e536613f20c..c5ac0956263 100644
--- a/devel/ncurses/Makefile
+++ b/devel/ncurses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 1999/07/06 07:51:03 jlam Exp $
+# $NetBSD: Makefile,v 1.21 1999/07/13 23:54:16 bad Exp $
DISTNAME= ncurses-4.2
CATEGORIES= devel
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/ncurses/ncurses.html
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS+= --with-normal --without-debug --enable-bsdpad
+CONFIGURE_ARGS+= --with-normal --without-debug --enable-bsdpad --without-cxx
MAKE_ENV+= NCURSES_MAJOR="${NCURSES_MAJOR}" \
NCURSES_MINOR="${NCURSES_MINOR}"