r11829 - packages/trunk/jstest-gtk/debian/patches

Stephen Kitt steve-guest at alioth.debian.org
Wed Feb 23 09:10:23 UTC 2011


Author: steve-guest
Date: 2011-02-23 09:10:21 +0000 (Wed, 23 Feb 2011)
New Revision: 11829

Added:
   packages/trunk/jstest-gtk/debian/patches/libraries.patch
Modified:
   packages/trunk/jstest-gtk/debian/patches/series
Log:
Add explicit -lX11 to build on unstable. Drop typo patch, merged upstream.

Added: packages/trunk/jstest-gtk/debian/patches/libraries.patch
===================================================================
--- packages/trunk/jstest-gtk/debian/patches/libraries.patch	                        (rev 0)
+++ packages/trunk/jstest-gtk/debian/patches/libraries.patch	2011-02-23 09:10:21 UTC (rev 11829)
@@ -0,0 +1,11 @@
+--- jstest-gtk-0.1.1~git20090722.orig/SConstruct
++++ jstest-gtk-0.1.1~git20090722/SConstruct
+@@ -16,7 +16,7 @@
+ ##  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ 
+ env = Environment(CXXFLAGS=["-g", "-Wall", "-Werror"],
+-                  LIBS=["expat"])
++                  LIBS=["expat", "X11"])
+ env.ParseConfig('pkg-config --cflags --libs gtkmm-2.4 sigc++-2.0')
+ env.Program('jstest-gtk', [
+     'src/axis_widget.cpp',

Modified: packages/trunk/jstest-gtk/debian/patches/series
===================================================================
--- packages/trunk/jstest-gtk/debian/patches/series	2011-02-23 09:08:40 UTC (rev 11828)
+++ packages/trunk/jstest-gtk/debian/patches/series	2011-02-23 09:10:21 UTC (rev 11829)
@@ -1,2 +1,2 @@
 datadir.patch
-typos.patch
+libraries.patch




More information about the Pkg-games-commits mailing list