r12485 - in packages/trunk/glfw/debian: . patches

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Thu Jun 30 15:26:45 UTC 2011


Author: fuddl-guest
Date: 2011-06-30 15:26:45 +0000 (Thu, 30 Jun 2011)
New Revision: 12485

Added:
   packages/trunk/glfw/debian/patches/fix_compilation_on_hurd.diff
Modified:
   packages/trunk/glfw/debian/changelog
   packages/trunk/glfw/debian/patches/series
Log:
Add patch from #558904 to fix FTBFS on GNU/Hurd


Modified: packages/trunk/glfw/debian/changelog
===================================================================
--- packages/trunk/glfw/debian/changelog	2011-06-27 16:11:53 UTC (rev 12484)
+++ packages/trunk/glfw/debian/changelog	2011-06-30 15:26:45 UTC (rev 12485)
@@ -1,3 +1,12 @@
+glfw (2.6-3) unstable; urgency=low
+
+  * Team upload.
+  * Add fix_compilation_on_hurd.diff that hopefully fixes a FTBFS on GNU/Hurd.
+    It adds different linker flags in compile.sh. Thanks to Pino Toscano for the
+    patch! (Closes: #558904)
+
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Thu, 30 Jun 2011 17:03:03 +0200
+
 glfw (2.6-2) unstable; urgency=low
 
   * Fix /usr/lib/libglfw.so symlink (Closes: #516988)

Added: packages/trunk/glfw/debian/patches/fix_compilation_on_hurd.diff
===================================================================
--- packages/trunk/glfw/debian/patches/fix_compilation_on_hurd.diff	                        (rev 0)
+++ packages/trunk/glfw/debian/patches/fix_compilation_on_hurd.diff	2011-06-30 15:26:45 UTC (rev 12485)
@@ -0,0 +1,14 @@
+--- a/compile.sh
++++ b/compile.sh
+@@ -93,6 +93,11 @@
+   LDFLAGS="-flat_namespace -undefined suppress"
+   echo " Mac OS X" 1>&6
+   ;;
++xGNU)
++  CFLAGS="$CFLAGS"
++  LDFLAGS="-shared -Wl,-soname,libglfw.so.2"
++  echo " GNU" 1>&6
++  ;;
+ *)
+   LDFLAGS="-shared -soname libglfw.so"
+   echo " Generic Unix" 1>&6

Modified: packages/trunk/glfw/debian/patches/series
===================================================================
--- packages/trunk/glfw/debian/patches/series	2011-06-27 16:11:53 UTC (rev 12484)
+++ packages/trunk/glfw/debian/patches/series	2011-06-30 15:26:45 UTC (rev 12485)
@@ -1 +1,2 @@
 fix-soname.diff
+fix_compilation_on_hurd.diff




More information about the Pkg-games-commits mailing list