aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-02-12 05:58:36 +0800
committerbapt <bapt@FreeBSD.org>2017-02-12 05:58:36 +0800
commitc7ea8372962b3eb78a8085e44e73ef31154d26fe (patch)
tree4bce2872e67d4f4a14f5f27e840d6e932805abf2 /graphics
parent358c52d0f7166c7bc9912b79913e9565e692371b (diff)
downloadfreebsd-ports-gnome-c7ea8372962b3eb78a8085e44e73ef31154d26fe.tar.gz
freebsd-ports-gnome-c7ea8372962b3eb78a8085e44e73ef31154d26fe.tar.zst
freebsd-ports-gnome-c7ea8372962b3eb78a8085e44e73ef31154d26fe.zip
Remove USE_GCC it works perfectly with clang
Diffstat (limited to 'graphics')
-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>