Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 16:49:21 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182755: [maintainer-update] games/ioquake3 and related
Message-ID:  <201310061649.r96GnLdN056890@oldred.freebsd.org>
Resent-Message-ID: <201310061650.r96Go0ES017461@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182755
>Category:       ports
>Synopsis:       [maintainer-update] games/ioquake3 and related
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 06 16:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        stable/9
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254957: Tue Aug 27 19:07:40 CEST 2013     root@mobileKamikaze.norad:/usr/obj/HP6510b-9/amd64/usr/src/sys/HP6510b-9  amd64

>Description:
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}.
>How-To-Repeat:

>Fix:
The attached patch was tested on stable/9 with /usr/bin/gcc removed.

Patch attached with submission follows:

Index: games/ioquake3/Makefile
===================================================================
--- games/ioquake3/Makefile	(revision 328016)
+++ games/ioquake3/Makefile	(working copy)
@@ -57,6 +57,7 @@
 		HOMEPATH="${HOMEPATH}" \
 		VERSION="${Q3ENGINEVER}" \
 		ARCH="${IOQ3ARCH}" \
+		TOOLS_CC="${CC}" \
 		USE_LOCAL_HEADERS=0
 ALL_TARGET=	release
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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