Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 21:58:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433918 - head/graphics/php-facedetect
Message-ID:  <201702112158.v1BLwaI9091763@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702112158.v1BLwaI9091763>