pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gimp
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Jun 14 16:25:52 UTC 2018
Modified Files:
pkgsrc/graphics/gimp: Makefile
Log Message:
gimp: Requires GCC 5.x for adequate C++14 support.
To generate a diff of this commit:
cvs rdiff -u -r1.286 -r1.287 pkgsrc/graphics/gimp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gimp/Makefile
diff -u pkgsrc/graphics/gimp/Makefile:1.286 pkgsrc/graphics/gimp/Makefile:1.287
--- pkgsrc/graphics/gimp/Makefile:1.286 Mon Jun 4 05:32:13 2018
+++ pkgsrc/graphics/gimp/Makefile Thu Jun 14 16:25:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.286 2018/06/04 05:32:13 dbj Exp $
+# $NetBSD: Makefile,v 1.287 2018/06/14 16:25:52 jperkin Exp $
DISTNAME= gimp-2.10.2
CATEGORIES= graphics
@@ -29,6 +29,9 @@ PKG_SYSCONFSUBDIR= gimp/2.0
PKGCONFIG_OVERRIDE= gimp.pc.in
UNLIMIT_RESOURCES+= datasize
+# GCC 4.x C++14 support is not new enough.
+GCC_REQD+= 5.0
+
.include "../../mk/bsd.prefs.mk"
EGDIR= ${PREFIX}/share/examples/gimp-2.0
Home |
Main Index |
Thread Index |
Old Index