r11614 - in packages/trunk/pokerth/debian: . patches

Evgeni Golov evgeni at alioth.debian.org
Tue Jan 4 17:43:59 UTC 2011


Author: evgeni
Date: 2011-01-04 17:43:57 +0000 (Tue, 04 Jan 2011)
New Revision: 11614

Added:
   packages/trunk/pokerth/debian/patches/04_fix_build_no_add_neded.patch
Modified:
   packages/trunk/pokerth/debian/changelog
   packages/trunk/pokerth/debian/patches/series
Log:
add 04_fix_build_no_add_neded.patch

Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog	2011-01-04 17:42:35 UTC (rev 11613)
+++ packages/trunk/pokerth/debian/changelog	2011-01-04 17:43:57 UTC (rev 11614)
@@ -4,8 +4,9 @@
   * Updated debian/NEWS about the server situation, no need to use
     pokerth.debian.net anymore.
   * Add libsqlite3-dev as Build-Dep.
+  * Add 04_fix_build_no_add_neded.patch from Ubuntu.
 
- -- Evgeni Golov <evgeni at debian.org>  Tue, 04 Jan 2011 18:42:04 +0100
+ -- Evgeni Golov <evgeni at debian.org>  Tue, 04 Jan 2011 18:43:30 +0100
 
 pokerth (0.8.1-1) experimental; urgency=low
 

Added: packages/trunk/pokerth/debian/patches/04_fix_build_no_add_neded.patch
===================================================================
--- packages/trunk/pokerth/debian/patches/04_fix_build_no_add_neded.patch	                        (rev 0)
+++ packages/trunk/pokerth/debian/patches/04_fix_build_no_add_neded.patch	2011-01-04 17:43:57 UTC (rev 11614)
@@ -0,0 +1,12 @@
+--- pokerth-0.8.1.orig/pokerth_game.pro
++++ pokerth-0.8.1/pokerth_game.pro
+@@ -416,7 +416,8 @@ unix:!mac {
+         -lpokerth_db \
+         -lpokerth_protocol
+     LIBS += $$BOOST_LIBS
+-    LIBS += -lSDL_mixer \
++    LIBS += -lSDL \
++        -lSDL_mixer \
+         -lcurl \
+         -lgsasl
+     !isEmpty( BSD ):isEmpty( kFreeBSD ):LIBS += -lcrypto

Modified: packages/trunk/pokerth/debian/patches/series
===================================================================
--- packages/trunk/pokerth/debian/patches/series	2011-01-04 17:42:35 UTC (rev 11613)
+++ packages/trunk/pokerth/debian/patches/series	2011-01-04 17:43:57 UTC (rev 11614)
@@ -1,3 +1,4 @@
 01_clean_libpokerth.patch
 02_use_dejavu_fonts.patch
 #03_use_--as-needed.patch
+04_fix_build_no_add_neded.patch




More information about the Pkg-games-commits mailing list