Package: widelands / 1:18-3

Metadata

Package Version Patches format
widelands 1:18-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
kfreebsd integrated libraries | (download)

CMakeLists.txt | 12 9 + 3 - 0 !
1 file changed, 9 insertions(+), 3 deletions(-)

 fix a ftbfs on kfreebsd
 The kfreebsd architecture is using the GNU libc on a FreeBSD kernel.
 .
 So we don't need to search for execinfo and intl libs on this
 perticular architecture, as they are included in the libc.
mips_gcc_ICE_with 03 | (download)

CMakeLists.txt | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 set compilation level to -02 on mips (it's -03 by default upstream)
 .
 Optimizing further drives gcc nuts and produce ICE.
 .
 https://buildd.debian.org/status/fetch.php?pkg=widelands&arch=mips&ver=1%3A18-1&stamp=1393243179
s390_new_architecture | (download)

src/logic/widelands.h | 20 20 + 0 - 0 !
1 file changed, 20 insertions(+)

 port the game to the s390 architecture
Forwarded-Upstream: should be


hurd_PATH_MAX_missing | (download)

src/io/filesystem/filesystem.cc | 4 4 + 0 - 0 !
src/wlapplication.cc | 4 4 + 0 - 0 !
2 files changed, 8 insertions(+)

 define path_max if not defined (i.e. on hurd)
Forwarded-Upstream: should be


dbg_symbols | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 compile with -g so that the dbg package contains something
Forwarded-Upstream: n/a (upstream strips dbg symbols on purpose from  releases)