Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2007 19:55:59 GMT
From:      Antero Hytönen<anzah1@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/112369: [PATCH] games/widelands doesn't compile with gcc 3.4.6
Message-ID:  <200705021955.l42JtxhZ010608@www.freebsd.org>
Resent-Message-ID: <200705022010.l42KA3wx035450@freefall.freebsd.org>

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

>Number:         112369
>Category:       ports
>Synopsis:       [PATCH] games/widelands doesn't compile with gcc 3.4.6
>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 May 02 20:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Antero Hytönen
>Release:        6.2-RELEASE
>Organization:
>Environment:
FreeBSD sylvesteri.local 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Sat Jan 27 02:56:19 EET 2007     root@sylvesteri.local:/usr/obj/usr/src/sys/SYLVESTERI  i386
>Description:
games/widelands is not compatible with gcc 3.4.6 and doesn't compile with it. 
>How-To-Repeat:
Compile games/widelands
>Fix:
Force using gcc 3.3

Patch attached with submission follows:

--- Makefile.orig	Wed May  2 22:35:59 2007
+++ Makefile	Wed May  2 00:50:57 2007
@@ -23,6 +23,7 @@
 USE_PYTHON_BUILD=	2.4+
 USE_GETTEXT=	yes
 USE_SDL=	mixer image net ttf
+USE_GCC=	3.3
 
 SCONS_ARGS=	CXXFLAGS="${CXXFLAGS}" LINKFLAGS="${LDFLAGS}" \
 		CPPPATH=${LOCALBASE}/include LIBPATH=${LOCALBASE}/lib \

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



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