r12026 - in packages/trunk/dreamchess/debian: . patches

Paul Wise pabs at alioth.debian.org
Fri Mar 25 04:35:59 UTC 2011


Author: pabs
Date: 2011-03-25 04:32:37 +0000 (Fri, 25 Mar 2011)
New Revision: 12026

Removed:
   packages/trunk/dreamchess/debian/patches/add-lpthread.diff
Modified:
   packages/trunk/dreamchess/debian/changelog
   packages/trunk/dreamchess/debian/patches/series
Log:
Drop the pthread patch since it is no longer needed

Modified: packages/trunk/dreamchess/debian/changelog
===================================================================
--- packages/trunk/dreamchess/debian/changelog	2011-03-25 04:21:38 UTC (rev 12025)
+++ packages/trunk/dreamchess/debian/changelog	2011-03-25 04:32:37 UTC (rev 12026)
@@ -13,6 +13,7 @@
   * Forward the patches upstream and add DEP-3 headers 
   * Enable audio using SDL mixer
   * Improve the package descriptions
+  * Drop the pthread patch since it is no longer needed
 
  -- Paul Wise <pabs at debian.org>  Fri, 25 Mar 2011 08:26:43 +0800
 

Deleted: packages/trunk/dreamchess/debian/patches/add-lpthread.diff
===================================================================
--- packages/trunk/dreamchess/debian/patches/add-lpthread.diff	2011-03-25 04:21:38 UTC (rev 12025)
+++ packages/trunk/dreamchess/debian/patches/add-lpthread.diff	2011-03-25 04:32:37 UTC (rev 12026)
@@ -1,15 +0,0 @@
-Author: Gonéri Le Bouder <goneri at rulezlan.org>
-Description: Fix libmxml detection, needs pthread
-Bug: http://developer.berlios.de/patch/?func=detailpatch&patch_id=3141&group_id=1625
---- a/configure.ac
-+++ b/configure.ac
-@@ -293,7 +293,8 @@
- fi
- 
- AC_CHECK_HEADER([mxml.h], [], [AC_MSG_ERROR([Cannot find Mini-XML header file.])])
--AC_CHECK_LIB(mxml, mxmlLoadFile, [], [AC_MSG_ERROR([Cannot find Mini-XML library.])])
-+AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread")
-+AC_CHECK_LIB(mxml, mxmlLoadFile, [MXML_LIB="lmxml"], [AC_MSG_ERROR([Cannot find Mini-XML library.])], [${PTHREAD_LIB}])
- 
- AM_CONDITIONAL(BEOS_RC, test x"$beos_rc" = x"yes")
- AC_SUBST(DREAMCHESS_LIBS)

Modified: packages/trunk/dreamchess/debian/patches/series
===================================================================
--- packages/trunk/dreamchess/debian/patches/series	2011-03-25 04:21:38 UTC (rev 12025)
+++ packages/trunk/dreamchess/debian/patches/series	2011-03-25 04:32:37 UTC (rev 12026)
@@ -1,2 +1 @@
-add-lpthread.diff
 link-with-libm.patch




More information about the Pkg-games-commits mailing list