r12488 - in packages/trunk/glfw/debian: . patches
Christoph Egger
christoph at alioth.debian.org
Sat Jul 2 20:58:20 UTC 2011
Author: christoph
Date: 2011-07-02 20:58:20 +0000 (Sat, 02 Jul 2011)
New Revision: 12488
Added:
packages/trunk/glfw/debian/patches/fix_compilation_on_non_linux.diff
Removed:
packages/trunk/glfw/debian/patches/fix_compilation_on_hurd.diff
Modified:
packages/trunk/glfw/debian/changelog
packages/trunk/glfw/debian/patches/series
Log:
* Non-maintainer upload.
* Broaden Hurd patch to also fix building on GNU/kFreeBSD
Modified: packages/trunk/glfw/debian/changelog
===================================================================
--- packages/trunk/glfw/debian/changelog 2011-07-02 07:22:21 UTC (rev 12487)
+++ packages/trunk/glfw/debian/changelog 2011-07-02 20:58:20 UTC (rev 12488)
@@ -1,3 +1,10 @@
+glfw (2.6-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Broaden Hurd patch to also fix building on GNU/kFreeBSD
+
+ -- Christoph Egger <christoph at debian.org> Sat, 02 Jul 2011 22:58:59 +0200
+
glfw (2.6-4) unstable; urgency=low
* Team upload.
Deleted: packages/trunk/glfw/debian/patches/fix_compilation_on_hurd.diff
===================================================================
--- packages/trunk/glfw/debian/patches/fix_compilation_on_hurd.diff 2011-07-02 07:22:21 UTC (rev 12487)
+++ packages/trunk/glfw/debian/patches/fix_compilation_on_hurd.diff 2011-07-02 20:58:20 UTC (rev 12488)
@@ -1,14 +0,0 @@
---- 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
Copied: packages/trunk/glfw/debian/patches/fix_compilation_on_non_linux.diff (from rev 12487, packages/trunk/glfw/debian/patches/fix_compilation_on_hurd.diff)
===================================================================
--- packages/trunk/glfw/debian/patches/fix_compilation_on_non_linux.diff (rev 0)
+++ packages/trunk/glfw/debian/patches/fix_compilation_on_non_linux.diff 2011-07-02 20:58:20 UTC (rev 12488)
@@ -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|xGNU/kFreeBSD)
++ 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-07-02 07:22:21 UTC (rev 12487)
+++ packages/trunk/glfw/debian/patches/series 2011-07-02 20:58:20 UTC (rev 12488)
@@ -1,2 +1,2 @@
fix-soname.diff
-fix_compilation_on_hurd.diff
+fix_compilation_on_non_linux.diff
More information about the Pkg-games-commits
mailing list