Author: evgeni
Date: 2011-01-04 17:50:39 +0000 (Tue, 04 Jan 2011)
New Revision: 11615

Modified:
   packages/trunk/pokerth/debian/patches/04_fix_build_no_add_neded.patch
Log:
refresh patch against 0.8.2

Modified: packages/trunk/pokerth/debian/patches/04_fix_build_no_add_neded.patch
===================================================================
--- packages/trunk/pokerth/debian/patches/04_fix_build_no_add_neded.patch       
2011-01-04 17:43:57 UTC (rev 11614)
+++ packages/trunk/pokerth/debian/patches/04_fix_build_no_add_neded.patch       
2011-01-04 17:50:39 UTC (rev 11615)
@@ -1,12 +1,14 @@
---- 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
+Author: Felix Geyer <[email protected]>
+Description: Link with SDL to prevent FTBFS with --no-add-needed
+--- pokerth.orig/pokerth_game.pro      2011-01-04 18:47:55.835562613 +0100
++++ pokerth/pokerth_game.pro   2011-01-04 18:48:00.907109863 +0100
+@@ -449,7 +449,8 @@
+       kFreeBSD = $$find(UNAME, "kFreeBSD")
+       LIBS += -lsqlite3
+       LIBS += $$BOOST_LIBS
+-      LIBS += -lSDL_mixer \
++      LIBS += -lSDL \
++              -lSDL_mixer \
+               -lgsasl
+       !isEmpty( BSD ):isEmpty( kFreeBSD ):LIBS += -lcrypto
+       else:LIBS += -lgnutls-openssl \


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to