pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp: Requires GCC 5.x for adequate C++1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/34747d2ce3fb
branches: trunk
changeset: 309286:34747d2ce3fb
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Jun 14 16:25:52 2018 +0000
description:
gimp: Requires GCC 5.x for adequate C++14 support.
diffstat:
graphics/gimp/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 20a328d23ce4 -r 34747d2ce3fb graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Thu Jun 14 16:08:54 2018 +0000
+++ b/graphics/gimp/Makefile Thu Jun 14 16:25:52 2018 +0000
@@ -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 @@
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