graphics/openexr: fix build on powerpc head

USE_GCC=yes breaks build on head, because powerpc now uses libc++. On stable/11 and stable/12, it's redundant because there already is USES=compiler:c++14-lang.
This commit is contained in:
Piotr Kubaj 2020-06-03 00:11:26 +00:00
parent 78fc6f7339
commit 26aac25ede
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537586

View File

@ -39,12 +39,6 @@ _DOC_FILES1= CHANGES.md CONTRIBUTING.md GOVERNANCE.md LICENSE.md SECURITY.md \
CODE_OF_CONDUCT.md CONTRIBUTORS.md README.md
_DOC_FILES2= *.odt *.pdf
.include <bsd.port.pre.mk>
.if ${ARCH} == powerpc
USE_GCC= yes
.endif
MAJORVER= 2_5
VER= 25
@ -89,4 +83,4 @@ post-install-EXAMPLES-on:
do-test:
cd ${BUILD_WRKSRC} && ctest -j ${MAKE_JOBS_NUMBER}
.include <bsd.port.post.mk>
.include <bsd.port.mk>