r6580 - in packages/trunk/glfw/debian: . patches
Gonéri LE BOUDER
goneri-guest at alioth.debian.org
Wed Apr 16 12:10:03 UTC 2008
Author: goneri-guest
Date: 2008-04-16 12:10:02 +0000 (Wed, 16 Apr 2008)
New Revision: 6580
Added:
packages/trunk/glfw/debian/patches/
packages/trunk/glfw/debian/patches/fix-soname.diff
packages/trunk/glfw/debian/patches/series
Log:
add fix-soname.diff
Added: packages/trunk/glfw/debian/patches/fix-soname.diff
===================================================================
--- packages/trunk/glfw/debian/patches/fix-soname.diff (rev 0)
+++ packages/trunk/glfw/debian/patches/fix-soname.diff 2008-04-16 12:10:02 UTC (rev 6580)
@@ -0,0 +1,13 @@
+Index: glfw-2.6/compile.sh
+===================================================================
+--- glfw-2.6.orig/compile.sh 2008-04-16 14:08:06.000000000 +0200
++++ glfw-2.6/compile.sh 2008-04-16 14:08:21.000000000 +0200
+@@ -85,7 +85,7 @@
+ case "x`uname 2> /dev/null`" in
+ xLinux)
+ CFLAGS="$CFLAGS -Dlinux"
+- LDFLAGS="-shared"
++ LDFLAGS="-shared -Wl,-soname,libglfw.so.2"
+ echo " Linux" 1>&6
+ ;;
+ xDarwin)
Added: packages/trunk/glfw/debian/patches/series
===================================================================
--- packages/trunk/glfw/debian/patches/series (rev 0)
+++ packages/trunk/glfw/debian/patches/series 2008-04-16 12:10:02 UTC (rev 6580)
@@ -0,0 +1 @@
+fix-soname.diff
More information about the Pkg-games-commits
mailing list