summaryrefslogtreecommitdiff
path: root/security/libtasn1
diff options
context:
space:
mode:
authortonio <tonio>2006-05-21 00:45:13 +0000
committertonio <tonio>2006-05-21 00:45:13 +0000
commit2a687b592d465589befd082f5891cd9f8b9cfeff (patch)
tree84717dd1c8111691a38650f85a04caf1915aa578 /security/libtasn1
parent36cae0f422989dfd7406bfd4dfa508cf71af3af4 (diff)
downloadpkgsrc-2a687b592d465589befd082f5891cd9f8b9cfeff.tar.gz
Build using -fno-common under Darwin, it is needed to be able to long gnutls
against libtasn1 bump pkgrevisoin, and the binary package changed on Darwin
Diffstat (limited to 'security/libtasn1')
-rw-r--r--security/libtasn1/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index a6ce6a04569..2a86054dd4e 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2006/05/17 21:49:54 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2006/05/21 00:45:13 tonio Exp $
DISTNAME= libtasn1-0.3.4
+PKGREVISION= 1
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \
@@ -26,6 +27,7 @@ INFO_FILES= # PLIST
# succeeds.
.if ${OPSYS} == "Darwin"
CONFIGURE_ENV+= ac_cv_func_getopt_long=no
+CFLAGS+= -fno-common
.endif
.include "../../mk/bsd.pkg.mk"