[SCM] Wormux PKG branch, master, updated. 3d810152742ad43723a615c6cdfaddbdac384896

Felix Geyer debfx-pkg at fobos.de
Tue Oct 5 20:34:39 UTC 2010


The following commit has been merged in the master branch:
commit 6db8e4b313d187b2057c8b15a69e29f2ca4d11e5
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Tue Oct 5 20:15:33 2010 +0200

    Add 04_fix_build_kfreebsd.patch from Gonéri Le Bouder.

diff --git a/debian/changelog b/debian/changelog
index cdff658..beadea1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,8 +17,10 @@ wormux (1:0.9.2.1-1) unstable; urgency=low
   * Respect the CFLAGS/CXXFLAGS environment variables in the autoconf script.
     - Add 03_respect_build_flags_from_env.patch.
   * Add a debug package.
+  * Fix FTBFS on kfreebsd.
+    - Add 04_fix_build_kfreebsd.patch.
 
- -- Felix Geyer <debfx-pkg at fobos.de>  Fri, 06 Aug 2010 21:05:20 +0200
+ -- Felix Geyer <debfx-pkg at fobos.de>  Tue, 05 Oct 2010 18:53:25 +0200
 
 wormux (1:0.8.5-1) unstable; urgency=low
 
diff --git a/debian/patches/04_fix_build_kfreebsd.patch b/debian/patches/04_fix_build_kfreebsd.patch
new file mode 100644
index 0000000..eb320b9
--- /dev/null
+++ b/debian/patches/04_fix_build_kfreebsd.patch
@@ -0,0 +1,14 @@
+Description: Fix FTBFS on kfreebsd.
+Author: Gonéri Le Bouder <goneri at rulezlan.org>
+
+--- wormux-0.9.2.1.orig/configure.ac
++++ wormux-0.9.2.1/configure.ac
+@@ -7522,7 +7522,7 @@ case "${host}" in
+      WIN32="yes"
+      ;;
+   *freebsd*)
+-     LIBS="$LIBS -lintl" # a temporary hackish workaround
++     LIBS="$LIBS" # a temporary hackish workaround
+      ;;
+   *cygwin*) WIN32="yes" ;;
+   *-apple-darwin*)
diff --git a/debian/patches/series b/debian/patches/series
index 060ca0e..4321bc4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01_dont_remove_stamp_po.patch
 02_desktop_file.patch
 03_respect_build_flags_from_env.patch
+04_fix_build_kfreebsd.patch

-- 
Wormux PKG



More information about the Pkg-games-commits mailing list