Remove USE_GCC it builds perfectly fine with clang

This commit is contained in:
Baptiste Daroussin 2017-02-11 22:03:32 +00:00
parent 9f59bc8a83
commit c26c102824
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433919

View File

@ -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 for graphic work
LICENSE= PHP301
USES= php:ext tar:tgz
USE_GCC= any
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>