pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libtasn1
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 11 16:25:06 UTC 2017
Modified Files:
pkgsrc/security/libtasn1: Makefile
Log Message:
Remove -Werror from compilation flags.
PR 51821
PR 51829
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/security/libtasn1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/libtasn1/Makefile
diff -u pkgsrc/security/libtasn1/Makefile:1.67 pkgsrc/security/libtasn1/Makefile:1.68
--- pkgsrc/security/libtasn1/Makefile:1.67 Tue Jan 10 15:26:32 2017
+++ pkgsrc/security/libtasn1/Makefile Wed Jan 11 16:25:06 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index