r12260 - ! dirs' list truncated !

Arand Nash arand-guest at alioth.debian.org
Sun May 8 23:15:30 UTC 2011


Author: arand-guest
Date: 2011-05-08 23:15:26 +0000 (Sun, 08 May 2011)
New Revision: 12260

Added:
   non-free/packages/trunk/assaultcube/debian/patches/40-build-with-lX11.patch
Modified:
   non-free/packages/trunk/assaultcube/debian/patches/series
Log:
Patch to build with CLIENT_LIBS -lX11

Added: non-free/packages/trunk/assaultcube/debian/patches/40-build-with-lX11.patch
===================================================================
--- non-free/packages/trunk/assaultcube/debian/patches/40-build-with-lX11.patch	                        (rev 0)
+++ non-free/packages/trunk/assaultcube/debian/patches/40-build-with-lX11.patch	2011-05-08 23:15:26 UTC (rev 12260)
@@ -0,0 +1,11 @@
+--- a/source/src/Makefile
++++ b/source/src/Makefile
+@@ -26,7 +26,7 @@
+ override CXXFLAGS+= -rdynamic
+ CLIENT_INCLUDES= $(INCLUDES) -I/usr/include `sdl-config --cflags` -idirafter ../include
+ # -lSDL_ttf 
+-CLIENT_LIBS= -L../enet/.libs -lenet -L$(USRLIB) `sdl-config --libs` -lSDL_image -lz -lGL -lopenal -lvorbisfile
++CLIENT_LIBS= -L../enet/.libs -lenet -L$(USRLIB) `sdl-config --libs` -lSDL_image -lz -lGL -lopenal -lvorbisfile -lX11
+ endif
+ 
+ CLIENT_OBJS= \

Modified: non-free/packages/trunk/assaultcube/debian/patches/series
===================================================================
--- non-free/packages/trunk/assaultcube/debian/patches/series	2011-05-08 23:14:23 UTC (rev 12259)
+++ non-free/packages/trunk/assaultcube/debian/patches/series	2011-05-08 23:15:26 UTC (rev 12260)
@@ -1,3 +1,4 @@
 10-fix-install-target.patch
 20-fix-clean-target.patch
 30-build-with-debug-symbols.patch
+40-build-with-lX11.patch




More information about the Pkg-games-commits mailing list