Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+4 -8
View File
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.64 2015/04/30 15:07:28 wiz Exp $
# $NetBSD: Makefile,v 1.66 2016/06/22 10:36:00 wiz Exp $
DISTNAME= libtasn1-4.5
DISTNAME= libtasn1-4.8
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
@@ -19,13 +19,9 @@ CONFIGURE_ARGS+= --with-packager="pkgsrc"
CONFIGURE_ARGS+= --with-packager-version="${PKGVERSION}"
CONFIGURE_ARGS+= --with-packager-bug-reports="http://gnats.NetBSD.org/"
.include "../../mk/bsd.prefs.mk"
# Mac OS X has no prototype for getopt_long and no declaration for
# struct option, so ignore getopt_long() even though the test succeeds.
.if ${OPSYS} == "Darwin"
CONFIGURE_ENV+= ac_cv_func_getopt_long=no
CFLAGS+= -fno-common
.endif
CONFIGURE_ENV.Darwin+= ac_cv_func_getopt_long=no
CFLAGS.Darwin+= -fno-common
.include "../../mk/bsd.pkg.mk"