From a8693b8dee82d3226a0bc0b337d3eb2085add552 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 9 Oct 2012 22:12:13 +0000 Subject: Force numerous ports that fail to build with clang over to instead always rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. --- net/boinc-client/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/boinc-client') diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index bb744f6a885e..82f0101d9441 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= pav MAINTAINER= pav@FreeBSD.org COMMENT= Berkeley Open Infrastructure for Network Computing client +USE_GCC= any USE_XZ= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -- cgit v1.2.3