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

Adam Weinberger adamw at FreeBSD.org
Wed Aug 6 14:25:32 UTC 2014


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>


More information about the svn-ports-head mailing list