Date: Wed, 6 Aug 2014 14:25:31 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364182 - head/devel/pecl-qb Message-ID: <53e23adb.5272.241555de@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Wed Aug 6 14:25:31 2014 New Revision: 364182 URL: http://svnweb.freebsd.org/changeset/ports/364182 QAT: https://qat.redports.org/buildarchive/r364182/ Log: Specify USE_GCC=any. checking if compiling with clang... yes configure: error: Cannot compile with clang ===> Script "configure" failed unexpectedly. Modified: head/devel/pecl-qb/Makefile Modified: head/devel/pecl-qb/Makefile ============================================================================== --- head/devel/pecl-qb/Makefile Wed Aug 6 14:24:08 2014 (r364181) +++ head/devel/pecl-qb/Makefile Wed Aug 6 14:25:31 2014 (r364182) @@ -17,5 +17,6 @@ CONFIGURE_ARGS= --with-cpu=native USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +USE_GCC= any .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e23adb.5272.241555de>