pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gmp This package uses C++. Also some reorg to i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bb758e6d5d2
branches: trunk
changeset: 468294:4bb758e6d5d2
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Feb 12 09:00:29 2004 +0000
description:
This package uses C++. Also some reorg to improve readability.
diffstat:
devel/gmp/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r de48455d7df6 -r 4bb758e6d5d2 devel/gmp/Makefile
--- a/devel/gmp/Makefile Thu Feb 12 08:55:33 2004 +0000
+++ b/devel/gmp/Makefile Thu Feb 12 09:00:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/02/01 01:43:28 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2004/02/12 09:00:29 jlam Exp $
#
DISTNAME= gmp-4.1.2
@@ -11,14 +11,14 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= YES
-GNU_CONFIGURE= YES
-USE_GCC_SHLIB= YES
-USE_LIBTOOL= YES
+USE_BUILDLINK3= yes
+USE_LANGUAGES= c c++
USE_GNU_TOOLS+= m4
+USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-cxx --without-readline
INFO_FILES= gmp.info
Home |
Main Index |
Thread Index |
Old Index