pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/squid3



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Jun 28 10:31:42 UTC 2016

Modified Files:
        pkgsrc/www/squid3: options.mk

Log Message:
squid3 uses C++11 if available. Insist on C++11 if linking to libecap.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/squid3/options.mk

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

Modified files:

Index: pkgsrc/www/squid3/options.mk
diff -u pkgsrc/www/squid3/options.mk:1.19 pkgsrc/www/squid3/options.mk:1.20
--- pkgsrc/www/squid3/options.mk:1.19   Fri Jun 17 16:56:28 2016
+++ pkgsrc/www/squid3/options.mk        Tue Jun 28 10:31:42 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2016/06/17 16:56:28 prlw1 Exp $
+# $NetBSD: options.mk,v 1.20 2016/06/28 10:31:42 prlw1 Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.squid
 PKG_SUPPORTED_OPTIONS= ecap inet6 snmp ssl squid-backend-aufs \
@@ -91,6 +91,7 @@ CONFIGURE_ARGS+=      --enable-carp
 CONFIGURE_ARGS+=       --enable-ecap
 USE_TOOLS+=            pkg-config
 CHECK_WRKREF_SKIP+=    sbin/squid
+CXXFLAGS+=             -std=c++11
 .include "../../www/libecap/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-ecap



Home | Main Index | Thread Index | Old Index