emulators/virtualbox-ose-kmod: always use compiler "cc" which is on my basesystem CLANG 3.2 (FreeBSD 10.0)

O. Hartmann ohartman at zedat.fu-berlin.de
Sun Dec 30 14:15:05 UTC 2012


Port emulators/virtualbox-ose-kmod is known not to compile with CLANG
3.1/3.2. Therefor, it should be compiled with gcc.

Either setting USE_GCC=4.6+ or USE_GCC=any in the port's makefile or by
setting a global file with the directive

# emulators/virtualbox-ose
.if ${.CURDIR:M*/emulators/virtualbox-ose*}
USE_GCC=                4.6+
.endif


do not work! Compiling the port is always nailed down to use "cc" which
is CLANG 3.2 by default.

Oliver

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20121230/404785a1/attachment.sig>


More information about the freebsd-ports mailing list