svn commit: r330312 - head/games/ioquake3
William Grzybowski
wg at FreeBSD.org
Mon Oct 14 12:13:01 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list