svn commit: r433919 - head/devel/pecl-qb

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 11 22:03:33 UTC 2017


Author: bapt
Date: Sat Feb 11 22:03:32 2017
New Revision: 433919
URL: https://svnweb.freebsd.org/changeset/ports/433919

Log:
  Remove USE_GCC it builds perfectly fine with clang

Modified:
  head/devel/pecl-qb/Makefile

Modified: head/devel/pecl-qb/Makefile
==============================================================================
--- head/devel/pecl-qb/Makefile	Sat Feb 11 21:58:36 2017	(r433918)
+++ head/devel/pecl-qb/Makefile	Sat Feb 11 22:03:32 2017	(r433919)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qb
 PORTVERSION=	2.4.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -15,7 +15,6 @@ COMMENT=	PHP Accelerator designed mainly
 LICENSE=	PHP301
 
 USES=		php:ext tar:tgz
-USE_GCC=	any
 IGNORE_WITH_PHP=	70
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list