summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-11 16:25:06 +0000
committerwiz <wiz>2017-01-11 16:25:06 +0000
commit7155a1efb0785280b02cd7649b6e16c63e7699a7 (patch)
tree53caf2f1ed95231d272eaa26e80941b6297b4d98
parent093139d13b91615e0c6fae52a2c7c484dce0a40d (diff)
downloadpkgsrc-7155a1efb0785280b02cd7649b6e16c63e7699a7.tar.gz
Remove -Werror from compilation flags.
PR 51821 PR 51829
-rw-r--r--security/libtasn1/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index cfcdbcb6232..ac964d126ec 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2017/01/10 15:26:32 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2017/01/11 16:25:06 wiz Exp $
DISTNAME= libtasn1-4.9
CATEGORIES= security devel
@@ -19,6 +19,8 @@ CONFIGURE_ARGS+= --with-packager="pkgsrc"
CONFIGURE_ARGS+= --with-packager-version="${PKGVERSION}"
CONFIGURE_ARGS+= --with-packager-bug-reports="http://gnats.NetBSD.org/"
+BUILDLINK_TRANSFORM+= rm:-Werror
+
# Mac OS X has no prototype for getopt_long and no declaration for
# struct option, so ignore getopt_long() even though the test succeeds.
CONFIGURE_ENV.Darwin+= ac_cv_func_getopt_long=no