diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/vte3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/vte3/Makefile b/x11/vte3/Makefile index 94aa3a04eb7..8cd48a4bf43 100644 --- a/x11/vte3/Makefile +++ b/x11/vte3/Makefile @@ -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 @@ PKGCONFIG_OVERRIDE+= vte.pc.in 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 |