pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libtasn1 Remove -Werror from compilation flags.
details: https://anonhg.NetBSD.org/pkgsrc/rev/81ce087b6d5e
branches: trunk
changeset: 357028:81ce087b6d5e
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 11 16:25:06 2017 +0000
description:
Remove -Werror from compilation flags.
PR 51821
PR 51829
diffstat:
security/libtasn1/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5877a8094049 -r 81ce087b6d5e security/libtasn1/Makefile
--- a/security/libtasn1/Makefile Wed Jan 11 14:52:25 2017 +0000
+++ b/security/libtasn1/Makefile Wed Jan 11 16:25:06 2017 +0000
@@ -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-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
Home |
Main Index |
Thread Index |
Old Index