diff options
author | bapt <bapt@FreeBSD.org> | 2017-02-12 05:58:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-02-12 05:58:36 +0800 |
commit | c7ea8372962b3eb78a8085e44e73ef31154d26fe (patch) | |
tree | 4bce2872e67d4f4a14f5f27e840d6e932805abf2 /graphics | |
parent | 358c52d0f7166c7bc9912b79913e9565e692371b (diff) | |
download | freebsd-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/Makefile | 8 |
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> |