pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/vte3
Module Name: pkgsrc
Committed By: gdt
Date: Sun Mar 31 11:51:52 UTC 2019
Modified Files:
pkgsrc/x11/vte3: Makefile
Log Message:
x11/vte3: Use += for GCC_REQD, per norms
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/vte3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/vte3/Makefile
diff -u pkgsrc/x11/vte3/Makefile:1.19 pkgsrc/x11/vte3/Makefile:1.20
--- pkgsrc/x11/vte3/Makefile:1.19 Sun Mar 31 00:35:05 2019
+++ pkgsrc/x11/vte3/Makefile Sun Mar 31 11:51:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/03/31 00:35:05 gdt Exp $
+# $NetBSD: Makefile,v 1.20 2019/03/31 11:51:51 gdt Exp $
DISTNAME= vte-0.54.3
PKGNAME= ${DISTNAME:S/vte/vte3/}
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config bash
USE_LANGUAGES= c c++14
# for c++14 \todo
-GCC_REQD= 5
+GCC_REQD+= 5
BUILDLINK_TRANSFORM+= rm:-Werror=format=2
Home |
Main Index |
Thread Index |
Old Index