summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-07-18 00:06:10 +0000
committerjoerg <joerg@pkgsrc.org>2018-07-18 00:06:10 +0000
commitbae5dd3629cc3af3c32704ae265c254292cdfa4c (patch)
tree7e4d25c84ede1a3fcebe215c3f01100d788ebc1d /mbone
parent326ab0d6a49ec909b08e6e00df15fd7158bc5147 (diff)
downloadpkgsrc-bae5dd3629cc3af3c32704ae265c254292cdfa4c.tar.gz
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/vat/Makefile4
-rw-r--r--mbone/vic-devel/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index 00bd04f60e5..d40a3e38556 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2018/03/12 11:17:04 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2018/07/18 00:06:21 joerg Exp $
#
DISTNAME= vatsrc-4.0b2
@@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${PREFIX:Q} --with-tk=${PREFIX:Q}
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm
diff --git a/mbone/vic-devel/Makefile b/mbone/vic-devel/Makefile
index a7581a58502..637dfa82877 100644
--- a/mbone/vic-devel/Makefile
+++ b/mbone/vic-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2018/03/12 11:17:04 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2018/07/18 00:06:21 joerg Exp $
DISTNAME= vic-2.8ucl1.4.0beta-4337
PKGNAME= vic-devel-2.8.1.4.0beta.4337
@@ -24,7 +24,7 @@ EXTRACT_SUFX= .tgz
WRKSRC= ${WRKDIR}/vic-mpeg4
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c gnu++03
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib