summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-06-22 10:48:34 +0000
committergdt <gdt@pkgsrc.org>2020-06-22 10:48:34 +0000
commit72c04e414da39b8c0768e74ff3e34df27902cd29 (patch)
tree15d4cb5daee75545fee411735d8bed5b3c4ab6c2 /x11
parent69ad55a6385590091997971505dba2ab78ec388d (diff)
downloadpkgsrc-72c04e414da39b8c0768e74ff3e34df27902cd29.tar.gz
x11/vte: Accomdate C++17 usage
The package was declared to use c++14 and need gcc 5, but trying to build on NetBSD 8 resulted in an error that gcc7 was needed for c++17.
Diffstat (limited to 'x11')
-rw-r--r--x11/vte3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/vte3/Makefile b/x11/vte3/Makefile
index d81b714c127..810f0e61d0c 100644
--- a/x11/vte3/Makefile
+++ b/x11/vte3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/06/20 16:00:07 nia Exp $
+# $NetBSD: Makefile,v 1.28 2020/06/22 10:48:34 gdt Exp $
DISTNAME= vte-0.60.3
PKGNAME= ${DISTNAME:S/vte/vte3/}
@@ -17,9 +17,9 @@ PKGCONFIG_OVERRIDE+= output/meson-private/vte-2.91.pc
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config bash
-USE_LANGUAGES= c c++14
-# for c++14 \todo
-GCC_REQD+= 5
+USE_LANGUAGES= c c++17
+# for c++17
+GCC_REQD+= 7
.include "../../devel/meson/build.mk"
.include "../../converters/fribidi/buildlink3.mk"