ports/158429: [PATCH] fix games/lincity to build using clang

Niclas Zeising niclas.zeising at gmail.com
Wed Jun 29 14:00:19 UTC 2011


>Number:         158429
>Category:       ports
>Synopsis:       [PATCH] fix games/lincity to build using clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 29 14:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root at vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64


	
>Description:
	games/lincity doesn't build with clang
>How-To-Repeat:
	
>Fix:

	attached patch makes games/lincity build with clang

--- games.lincity.clangfix.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/lincity/Makefile,v
retrieving revision 1.30
diff -u -d -r1.30 Makefile
--- Makefile	31 May 2010 01:59:02 -0000	1.30
+++ Makefile	29 Jun 2011 13:50:57 -0000
@@ -14,6 +14,8 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Rich city simulation game for X
 
+USE_CSTD=	c89
+
 LIB_DEPENDS=	png:${PORTSDIR}/graphics/png
 
 USE_GMAKE=	yes
--- games.lincity.clangfix.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list