pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/libproxy
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 26 13:28:27 UTC 2018
Modified Files:
pkgsrc/www/libproxy: Makefile
Log Message:
libproxy: Specify c++03 to avoid conflicts with std::bind.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/libproxy/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/libproxy/Makefile
diff -u pkgsrc/www/libproxy/Makefile:1.30 pkgsrc/www/libproxy/Makefile:1.31
--- pkgsrc/www/libproxy/Makefile:1.30 Thu Jun 8 11:27:46 2017
+++ pkgsrc/www/libproxy/Makefile Fri Jan 26 13:28:27 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/06/08 11:27:46 adam Exp $
+# $NetBSD: Makefile,v 1.31 2018/01/26 13:28:27 jperkin Exp $
DISTNAME= libproxy-0.4.15
CATEGORIES= www gnome
@@ -10,7 +10,7 @@ COMMENT= Library that provides automatic
LICENSE= gnu-lgpl-v2.1
USE_CMAKE= yes
-USE_LANGUAGES= c99 c++
+USE_LANGUAGES= c99 c++03
USE_TOOLS+= pkg-config gmake
CMAKE_ARGS+= -DWITH_PERL:BOOL=OFF
CMAKE_ARGS+= -DWITH_PYTHON2:BOOL=OFF
Home |
Main Index |
Thread Index |
Old Index