From 2c618f39542ba59f57f77f049d8299c0aebb915e Mon Sep 17 00:00:00 2001 From: maya Date: Tue, 20 Nov 2018 08:59:29 +0000 Subject: [PATCH] ilmbase, openexr: require GCC 6.x This needs a C++14 compiler. From Greg Oster in PR pkg/53665 --- graphics/ilmbase/Makefile | 3 ++- graphics/openexr/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index 395111e4dd39..2caf7a070bad 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 783f80480595..3e45c6127e47 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"