Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 12:13:01 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330312 - head/games/ioquake3
Message-ID:  <201310141213.r9ECD11u077419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141213.r9ECD11u077419>