The removal of gcc from the head default install has revealed a bug in the build process the C-compiler defaults to gcc instead of ${CC}. Fix: The attached patch was tested on stable/9 with /usr/bin/gcc removed. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: wg Date: Mon Oct 14 12:13:00 2013 New Revision: 330312 URL: http://svnweb.freebsd.org/changeset/ports/330312 Log: games/ioquake3: respect CC - Respect CC PR: ports/182755 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Modified: head/games/ioquake3/Makefile Modified: head/games/ioquake3/Makefile ============================================================================== --- head/games/ioquake3/Makefile Mon Oct 14 12:11:22 2013 (r330311) +++ head/games/ioquake3/Makefile Mon Oct 14 12:13:00 2013 (r330312) @@ -57,6 +57,7 @@ MAKE_ARGS+= DEFAULT_BASEDIR="${Q3DIR}" \ HOMEPATH="${HOMEPATH}" \ VERSION="${Q3ENGINEVER}" \ ARCH="${IOQ3ARCH}" \ + TOOLS_CC="${CC}" \ USE_LOCAL_HEADERS=0 ALL_TARGET= release _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"