r3978 - packages/trunk/gunroar/debian/patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Wed Aug 29 18:56:30 UTC 2007


Author: pdewacht-guest
Date: 2007-08-29 18:56:30 +0000 (Wed, 29 Aug 2007)
New Revision: 3978

Added:
   packages/trunk/gunroar/debian/patches/gdc-0.24-semantics-for-version.patch
Modified:
   packages/trunk/gunroar/debian/patches/series
Log:
fix for gdc 0.24 new "version" semantics


Added: packages/trunk/gunroar/debian/patches/gdc-0.24-semantics-for-version.patch
===================================================================
--- packages/trunk/gunroar/debian/patches/gdc-0.24-semantics-for-version.patch	                        (rev 0)
+++ packages/trunk/gunroar/debian/patches/gdc-0.24-semantics-for-version.patch	2007-08-29 18:56:30 UTC (rev 3978)
@@ -0,0 +1,16 @@
+Index: gunroar-0.15.dfsg1/import/opengl.d
+===================================================================
+--- gunroar-0.15.dfsg1.orig/import/opengl.d	2007-08-29 20:55:03.000000000 +0200
++++ gunroar-0.15.dfsg1/import/opengl.d	2007-08-29 20:55:10.000000000 +0200
+@@ -1,10 +1,4 @@
+-version (Win32) {
+-	private import std.c.windows.windows;
+-	extern(Windows):
+-}
+-version (linux) {
+-	extern(C):
+-}
++extern(C):
+ 
+ alias uint GLenum;
+ alias ubyte GLboolean;

Modified: packages/trunk/gunroar/debian/patches/series
===================================================================
--- packages/trunk/gunroar/debian/patches/series	2007-08-29 18:56:01 UTC (rev 3977)
+++ packages/trunk/gunroar/debian/patches/series	2007-08-29 18:56:30 UTC (rev 3978)
@@ -5,3 +5,4 @@
 directories.patch
 windowed.patch
 makefile.patch
+gdc-0.24-semantics-for-version.patch




More information about the Pkg-games-commits mailing list