Date: Sat, 11 Feb 2017 22:03:32 +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: r433919 - head/devel/pecl-qb Message-ID: <201702112203.v1BM3W1O095571@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702112203.v1BM3W1O095571>