summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbad <bad>1999-07-13 23:54:16 +0000
committerbad <bad>1999-07-13 23:54:16 +0000
commitadf374feed05ed170601ae7930aed1b3abc9693b (patch)
tree335e66bf26997bfb032177ff8c432ce5502907b9
parent1f7e8dc267a012c1b2ad49000bea184610ed0599 (diff)
downloadpkgsrc-adf374feed05ed170601ae7930aed1b3abc9693b.tar.gz
Configure --without-cxx for consistency on 1.3ish systems and ones that have
a libg++ lying around.
-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}"