summaryrefslogtreecommitdiff
path: root/security/libtasn1
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-11 16:25:06 +0000
committerwiz <wiz@pkgsrc.org>2017-01-11 16:25:06 +0000
commitd3deba76ba4edd4e7a2c2767c1e013978ca178a8 (patch)
treec4e5a3e04cf2a6d263fe56329dab55d45d3ce0ce /security/libtasn1
parent6e575b52cd4162c0c1eaad3ece6f776f07c623ca (diff)
downloadpkgsrc-d3deba76ba4edd4e7a2c2767c1e013978ca178a8.tar.gz
Remove -Werror from compilation flags.
PR 51821 PR 51829
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 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