diff options
author | sketch <sketch> | 2009-01-20 17:51:12 +0000 |
---|---|---|
committer | sketch <sketch> | 2009-01-20 17:51:12 +0000 |
commit | 7be6beec3afbda0918ee0abfdb7a082ca1af37ca (patch) | |
tree | 35fcc22667504b4e28201a60c435cea631fefb9a /devel/gmp/PLIST | |
parent | 08a5fdb75b9e0f2171577c640cc5e20f80e03f53 (diff) | |
download | pkgsrc-7be6beec3afbda0918ee0abfdb7a082ca1af37ca.tar.gz |
Disable C++ and fat binary support when using Sun Studio, they don't build.
Diffstat (limited to 'devel/gmp/PLIST')
-rw-r--r-- | devel/gmp/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gmp/PLIST b/devel/gmp/PLIST index d355a4cda80..4941de10b09 100644 --- a/devel/gmp/PLIST +++ b/devel/gmp/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.12 2006/03/30 03:44:43 jlam Exp $ +@comment $NetBSD: PLIST,v 1.13 2009/01/20 17:51:12 sketch Exp $ include/gmp.h -include/gmpxx.h +${PLIST.cxx}include/gmpxx.h info/gmp.info lib/libgmp.la -lib/libgmpxx.la +${PLIST.cxx}lib/libgmpxx.la |