diff options
author | tnn <tnn> | 2015-10-20 09:40:21 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-10-20 09:40:21 +0000 |
commit | 7bb55825aa761589be28847e0f91e1796737879d (patch) | |
tree | f7486078f0dae1741c83572e05efd5eb4705867f /net | |
parent | 1ae719983bfc9e578f60854144b6d49e264e8128 (diff) | |
download | pkgsrc-7bb55825aa761589be28847e0f91e1796737879d.tar.gz |
packages that use libsigc++ need -std=c++11 now
approved by wiz@
Diffstat (limited to 'net')
-rw-r--r-- | net/ekiga/Makefile | 3 | ||||
-rw-r--r-- | net/net6/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 59e4acdf352..14d2692c682 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2015/10/10 01:58:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.66 2015/10/20 09:40:21 tnn Exp $ # DISTNAME= ekiga-3.2.6 @@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --enable-gstreamer GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ +CXXFLAGS+= -std=c++11 .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) diff --git a/net/net6/Makefile b/net/net6/Makefile index 77d75db93fa..281edaff855 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/08/23 14:30:35 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/10/20 09:40:21 tnn Exp $ # DISTNAME= net6-1.3.14 @@ -16,6 +16,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ +CXXFLAGS+= -std=c++11 PKGCONFIG_OVERRIDE+= net6-1.3.pc.in |