From 5daa1edc96345b63865183ddc85f1fb37379c9f1 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 26 Jan 2018 13:28:27 +0000 Subject: libproxy: Specify c++03 to avoid conflicts with std::bind. --- www/libproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile index 00e1d2f734d..bb73ea0585a 100644 --- a/www/libproxy/Makefile +++ b/www/libproxy/Makefile @@ -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 proxy configuration management 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 -- cgit v1.2.3