pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/squid4



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jan 23 14:49:09 UTC 2020

Modified Files:
        pkgsrc/www/squid4: Makefile

Log Message:
squid4: Remove -Werror, violates at least -Wwrite-strings.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/squid4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/squid4/Makefile
diff -u pkgsrc/www/squid4/Makefile:1.2 pkgsrc/www/squid4/Makefile:1.3
--- pkgsrc/www/squid4/Makefile:1.2      Sat Jan 18 21:51:12 2020
+++ pkgsrc/www/squid4/Makefile  Thu Jan 23 14:49:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 21:51:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/23 14:49:09 jperkin Exp $
 
 DISTNAME=      squid-4.9
 PKGREVISION=   1
@@ -34,6 +34,8 @@ CONFIGURE_ARGS+=      --with-pidfile=${VARBAS
 # Let 'purge' find correct config file by default.
 CPPFLAGS+=             -DDEFAULT_SQUID_CONF=\"${PKG_SYSCONFDIR}/squid.conf\"
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 BUILD_DEFS+=           VARBASE
 MAKE_ENV+=             INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
 MAKE_ENV+=             PKG_PREFIX=${PREFIX} VARBASE=${VARBASE}



Home | Main Index | Thread Index | Old Index