summaryrefslogtreecommitdiff
path: root/devel/gmp
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-04-12 14:12:18 +0000
committerjschauma <jschauma@pkgsrc.org>2002-04-12 14:12:18 +0000
commitf21a14f365d86aa1142a20f0c6807900443367f7 (patch)
tree38702baed1b145eb5c63254abe86b7c24e6454f3 /devel/gmp
parent19b3f5309e137224a9f7d734ab6b1f695f8f8f48 (diff)
downloadpkgsrc-f21a14f365d86aa1142a20f0c6807900443367f7.tar.gz
Build C++ library, too.
(Commit approved by hubertf)
Diffstat (limited to 'devel/gmp')
-rw-r--r--devel/gmp/Makefile3
-rw-r--r--devel/gmp/PLIST8
2 files changed, 9 insertions, 2 deletions
diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile
index a64a5fc3187..e4499f3dfa8 100644
--- a/devel/gmp/Makefile
+++ b/devel/gmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/04/10 12:37:53 hubertf Exp $
+# $NetBSD: Makefile,v 1.12 2002/04/12 14:12:18 jschauma Exp $
#
DISTNAME= gmp-4.0.1
@@ -13,6 +13,7 @@ BUILD_DEPENDS+= m4-1.4:../../devel/m4
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --enable-cxx
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
M4= ${PREFIX}/bin/gm4
diff --git a/devel/gmp/PLIST b/devel/gmp/PLIST
index c7fc063fd69..699c97d3d33 100644
--- a/devel/gmp/PLIST
+++ b/devel/gmp/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2002/04/10 12:37:53 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/04/12 14:12:18 jschauma Exp $
include/gmp.h
+include/gmpxx.h
@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gmp.info
info/gmp.info
@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gmp.info
@@ -16,3 +17,8 @@ lib/libgmp.la
lib/libgmp.so
lib/libgmp.so.5
lib/libgmp.so.5.1
+lib/libgmpxx.a
+lib/libgmpxx.la
+lib/libgmpxx.so
+lib/libgmpxx.so.3
+lib/libgmpxx.so.3.1