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:   ryoon
Date:           Mon Feb 20 09:55:17 UTC 2023

Modified Files:
        pkgsrc/www/libproxy: Makefile

Log Message:
libproxy: std::to_string is a pert of c++11, fix build


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/www/libproxy/Makefile:1.38
--- pkgsrc/www/libproxy/Makefile:1.37   Mon Feb 20 09:22:07 2023
+++ pkgsrc/www/libproxy/Makefile        Mon Feb 20 09:55:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2023/02/20 09:22:07 adam Exp $
+# $NetBSD: Makefile,v 1.38 2023/02/20 09:55:17 ryoon Exp $
 
 DISTNAME=      libproxy-0.4.18
 CATEGORIES=    www gnome
@@ -11,7 +11,7 @@ HOMEPAGE=     https://libproxy.github.io/lib
 COMMENT=       Library that provides automatic proxy configuration management
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES= c99 c++03
+USE_LANGUAGES= c99 c++11
 USE_TOOLS+=    pkg-config
 
 CMAKE_ARGS+=   -DWITH_PERL:BOOL=OFF



Home | Main Index | Thread Index | Old Index