pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/vte3 x11/vte3: Require c++14 and hence gcc 5
details: https://anonhg.NetBSD.org/pkgsrc/rev/495fde5213ce
branches: trunk
changeset: 331965:495fde5213ce
user: gdt <gdt%pkgsrc.org@localhost>
date: Sun Mar 31 00:35:05 2019 +0000
description:
x11/vte3: Require c++14 and hence gcc 5
With gcc 4.8, the configure script errors out about c++14. The build
works with gcc5 or gcc6, so set GCC_REQD to 5.
diffstat:
x11/vte3/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 405c9b2cfc66 -r 495fde5213ce x11/vte3/Makefile
--- a/x11/vte3/Makefile Sun Mar 31 00:32:39 2019 +0000
+++ b/x11/vte3/Makefile Sun Mar 31 00:35:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/03/07 21:36:06 jmcneill Exp $
+# $NetBSD: Makefile,v 1.19 2019/03/31 00:35:05 gdt Exp $
DISTNAME= vte-0.54.3
PKGNAME= ${DISTNAME:S/vte/vte3/}
@@ -16,7 +16,9 @@
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config bash
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++14
+# for c++14 \todo
+GCC_REQD= 5
BUILDLINK_TRANSFORM+= rm:-Werror=format=2
Home |
Main Index |
Thread Index |
Old Index