summaryrefslogtreecommitdiff
path: root/devel/gmp
diff options
context:
space:
mode:
authorrichard <richard>2014-09-10 10:14:07 +0000
committerrichard <richard>2014-09-10 10:14:07 +0000
commit95c24d1d93846f644ee1ed43b1e6cf921612be69 (patch)
tree840e30c2264db0b7bf1933e5ab743f6e3f16f35d /devel/gmp
parent0d119b140a70b48cd26602e93df0f74ade54ce5b (diff)
downloadpkgsrc-95c24d1d93846f644ee1ed43b1e6cf921612be69.tar.gz
adding devel/py-hgnested
hgnested is a Mercurial extension to work with nested repositories. It was inspired by the forest extension. The extension allows to apply common Mercurial commands to all the nested repositories at once like pull, push etc. It also allows to fetch a complete tree of repositories through ssh or http. To enable the "hgnested" extension, create an entry for it in your hgrc, like this: [extensions] hgnested = See `hg help hgnested` for the complete list of commands. For more information please visit the following website: http://code.google.com/p/hgnested/
Diffstat (limited to 'devel/gmp')
-rw-r--r--devel/gmp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile
index 77e31544542..696f8d26cd7 100644
--- a/devel/gmp/Makefile
+++ b/devel/gmp/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2014/04/17 13:08:24 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2014/09/10 10:14:07 richard Exp $
DISTNAME= gmp-6.0.0a
+PKGREVISION= 1
CATEGORIES= devel math
MASTER_SITES= https://gmplib.org/download/gmp/ \
${MASTER_SITE_GNU:=gmp/}
@@ -28,6 +29,8 @@ PLIST_VARS+= cxx
.include "../../mk/bsd.prefs.mk"
+LDFLAGS.SunOS+= -Wl,-zignore # avoid unused references to libgcc_s
+
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q}
.endif