summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-11-20 08:59:29 +0000
committermaya <maya@pkgsrc.org>2018-11-20 08:59:29 +0000
commit4790b9fa61a6af53b8c9564b8e76cd10c8d89311 (patch)
treeb4c1d0304b8ed1d18e7bb1bd5a209f2e20d3df2a
parenta49c8184714ad7823a60344551c342c21bf1c3ff (diff)
downloadpkgsrc-4790b9fa61a6af53b8c9564b8e76cd10c8d89311.tar.gz
ilmbase, openexr: require GCC 6.x
This needs a C++14 compiler. From Greg Oster in PR pkg/53665
-rw-r--r--graphics/ilmbase/Makefile3
-rw-r--r--graphics/openexr/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile
index 395111e4dd3..2caf7a070ba 100644
--- a/graphics/ilmbase/Makefile
+++ b/graphics/ilmbase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/10/02 12:05:35 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/11/20 08:59:29 maya Exp $
DISTNAME= ilmbase-2.3.0
CATEGORIES= graphics
@@ -15,6 +15,7 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= bash gmake
GNU_CONFIGURE= yes
+GCC_REQD+= 6
TEST_TARGET= check
LIBS.SunOS= -lm
CONFIG_SHELL= bash
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index 783f8048059..3e45c6127e4 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2018/10/02 12:05:35 adam Exp $
+# $NetBSD: Makefile,v 1.39 2018/11/20 08:59:29 maya Exp $
DISTNAME= openexr-2.3.0
CATEGORIES= graphics
@@ -14,10 +14,10 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
+GCC_REQD+= 6
PKGCONFIG_OVERRIDE= OpenEXR.pc.in
TEST_TARGET= check
-GCC_REQD+= 4.3
.include "../../mk/bsd.prefs.mk"