r14738 - in packages/trunk/0ad/debian: . patches

Vincent Cheng vincentc-guest at moszumanska.debian.org
Fri Dec 27 23:04:37 UTC 2013


Author: vincentc-guest
Date: 2013-12-27 23:04:37 +0000 (Fri, 27 Dec 2013)
New Revision: 14738

Added:
   packages/trunk/0ad/debian/patches/fix-kfreebsd-ftbfs.patch
Modified:
   packages/trunk/0ad/debian/changelog
   packages/trunk/0ad/debian/patches/series
Log:
0ad: (hopefully) fix ftbfs on kfreebsd


Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog	2013-12-26 04:08:15 UTC (rev 14737)
+++ packages/trunk/0ad/debian/changelog	2013-12-27 23:04:37 UTC (rev 14738)
@@ -1,3 +1,9 @@
+0ad (0.0.15-2) unstable; urgency=medium
+
+  * Add debian/patches/fix-kfreebsd-ftbfs.patch to fix FTBFS on kfreebsd.
+
+ -- Vincent Cheng <Vincentc1208 at gmail.com>  Fri, 27 Dec 2013 15:03:44 -0800
+
 0ad (0.0.15-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/trunk/0ad/debian/patches/fix-kfreebsd-ftbfs.patch
===================================================================
--- packages/trunk/0ad/debian/patches/fix-kfreebsd-ftbfs.patch	                        (rev 0)
+++ packages/trunk/0ad/debian/patches/fix-kfreebsd-ftbfs.patch	2013-12-27 23:04:37 UTC (rev 14738)
@@ -0,0 +1,16 @@
+Description: Fix FTBFS on kfreebsd
+Forwarded: http://trac.wildfiregames.com/ticket/2325
+Author: Vincent Cheng <Vincentc1208 at gmail.com>
+Last-Update: 2013-12-27
+
+--- a/source/lib/external_libraries/glext_funcs.h
++++ b/source/lib/external_libraries/glext_funcs.h
+@@ -398,7 +398,7 @@
+ #endif // OS_WIN
+ 
+ 
+-#if OS_LINUX
++#if OS_LINUX || OS_BSD
+ // GLX_MESA_query_renderer
+ FUNC(int /*Bool*/, glXQueryRendererIntegerMESA, (void /*Display*/ *dpy, int screen, int renderer, int attribute, unsigned int *value))
+ FUNC(int /*Bool*/, glXQueryCurrentRendererIntegerMESA, (int attribute, unsigned int *value))

Modified: packages/trunk/0ad/debian/patches/series
===================================================================
--- packages/trunk/0ad/debian/patches/series	2013-12-26 04:08:15 UTC (rev 14737)
+++ packages/trunk/0ad/debian/patches/series	2013-12-27 23:04:37 UTC (rev 14738)
@@ -1 +1,2 @@
 enable-hardening-relro.patch
+fix-kfreebsd-ftbfs.patch




More information about the Pkg-games-commits mailing list