diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-11 16:25:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-11 16:25:06 +0000 |
commit | d3deba76ba4edd4e7a2c2767c1e013978ca178a8 (patch) | |
tree | c4e5a3e04cf2a6d263fe56329dab55d45d3ce0ce /security | |
parent | 6e575b52cd4162c0c1eaad3ece6f776f07c623ca (diff) | |
download | pkgsrc-d3deba76ba4edd4e7a2c2767c1e013978ca178a8.tar.gz |
Remove -Werror from compilation flags.
PR 51821
PR 51829
Diffstat (limited to 'security')
-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 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 |