aboutsummaryrefslogtreecommitdiff
path: root/graphics/php-facedetect
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-02-11 21:58:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-02-11 21:58:36 +0000
commit9f59bc8a8361e65d39149250d81f9b20382aa095 (patch)
tree4bce2872e67d4f4a14f5f27e840d6e932805abf2 /graphics/php-facedetect
parent5d48416e675ff7ac6f35d5ffd08728a3e1f6c2b1 (diff)
downloadports-9f59bc8a8361e65d39149250d81f9b20382aa095.tar.gz
ports-9f59bc8a8361e65d39149250d81f9b20382aa095.zip
Remove USE_GCC it works perfectly with clang
Notes
Notes: svn path=/head/; revision=433918
Diffstat (limited to 'graphics/php-facedetect')
-rw-r--r--graphics/php-facedetect/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile
index c58a194ca6d9..2d038d9e3da4 100644
--- a/graphics/php-facedetect/Makefile
+++ b/graphics/php-facedetect/Makefile
@@ -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>