svn commit: r433918 - head/graphics/php-facedetect

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 11 21:58:38 UTC 2017


Author: bapt
Date: Sat Feb 11 21:58:36 2017
New Revision: 433918
URL: https://svnweb.freebsd.org/changeset/ports/433918

Log:
  Remove USE_GCC it works perfectly with clang

Modified:
  head/graphics/php-facedetect/Makefile

Modified: head/graphics/php-facedetect/Makefile
==============================================================================
--- head/graphics/php-facedetect/Makefile	Sat Feb 11 21:32:32 2017	(r433917)
+++ head/graphics/php-facedetect/Makefile	Sat Feb 11 21:58:36 2017	(r433918)
@@ -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>


More information about the svn-ports-all mailing list