ilmbase, openexr: require GCC 6.x

This needs a C++14 compiler.

From Greg Oster in PR pkg/53665
This commit is contained in:
maya 2018-11-20 08:59:29 +00:00
parent e6c9c21c88
commit 2c618f3954
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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"