Remove USE_GCC it works perfectly with clang

This commit is contained in:
Baptiste Daroussin 2017-02-11 21:58:36 +00:00
parent 5d48416e67
commit 9f59bc8a83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433918

View File

@ -26,10 +26,4 @@ USES= php:ext
CONFIGURE_ARGS+= --with-facedetect
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
USE_GCC= any
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>