1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Specify USE_GCC=any.

checking if compiling with clang... yes
configure: error: Cannot compile with clang
===>  Script "configure" failed unexpectedly.
This commit is contained in:
Adam Weinberger 2014-08-06 14:25:31 +00:00
parent c0b65be2cb
commit e223229667
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364182

View File

@ -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>