diff options
author | tonio <tonio> | 2006-05-21 00:45:13 +0000 |
---|---|---|
committer | tonio <tonio> | 2006-05-21 00:45:13 +0000 |
commit | 625680e84fec1be069d06a968190423316b635b2 (patch) | |
tree | 84717dd1c8111691a38650f85a04caf1915aa578 /security/libtasn1 | |
parent | f97fc031f31e06f78bafd3b49f0ca1d285645620 (diff) | |
download | pkgsrc-625680e84fec1be069d06a968190423316b635b2.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/Makefile | 4 |
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" |