Date: Sat, 7 Sep 2013 01:13:20 GMT From: Sender Ghost <lightside@gmx.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/181901: [MAINTAINER-UPDATE] games/assaultcube: using GCC to build Message-ID: <201309070113.r871DKWv026823@oldred.freebsd.org> Resent-Message-ID: <201309070120.r871K2ed087712@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181901 >Category: ports >Synopsis: [MAINTAINER-UPDATE] games/assaultcube: using GCC to build >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: Sat Sep 07 01:20:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sender Ghost >Release: FreeBSD 9.1-RELEASE >Organization: >Environment: >Description: Current AssaultCube version (1.1.0.4) requires GCC to build. The patch adds USE_GCC = 4.2+ >How-To-Repeat: Try to build with different compiler, than GCC. >Fix: Apply attached patch. Patch attached with submission follows: diff -ruN assaultcube.orig/Makefile assaultcube/Makefile --- assaultcube.orig/Makefile 2013-08-15 02:35:50.000000000 +0400 +++ assaultcube/Makefile 2013-09-07 04:41:19.000000000 +0400 @@ -26,6 +26,7 @@ USE_BZIP2= yes USE_OPENAL= al +USE_GCC= 4.2+ USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= libenet >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309070113.r871DKWv026823>