r2912 - packages/trunk/fenix0.92/debian/patches

Miriam Ruiz baby-guest at alioth.debian.org
Mon Jun 11 11:20:48 UTC 2007


Author: baby-guest
Date: 2007-06-11 11:20:47 +0000 (Mon, 11 Jun 2007)
New Revision: 2912

Added:
   packages/trunk/fenix0.92/debian/patches/fxc_nosdlinit.patch
Modified:
   packages/trunk/fenix0.92/debian/patches/series
Log:
Compiler should not initialize SDL



Added: packages/trunk/fenix0.92/debian/patches/fxc_nosdlinit.patch
===================================================================
--- packages/trunk/fenix0.92/debian/patches/fxc_nosdlinit.patch	                        (rev 0)
+++ packages/trunk/fenix0.92/debian/patches/fxc_nosdlinit.patch	2007-06-11 11:20:47 UTC (rev 2912)
@@ -0,0 +1,17 @@
+--- fenix0.92-0.92a.dfsg1.orig/fxc/src/main.c
++++ fenix0.92-0.92a.dfsg1/fxc/src/main.c
+@@ -134,14 +134,6 @@
+ 
+ 	srand (time(NULL)) ;
+ 
+-	/* Init SDL */
+-
+-	if ( SDL_Init (SDL_INIT_VIDEO) < 0 )
+-	{
+-		printf ("SDL Init Error: %s\n", SDL_GetError()) ;
+-		exit(1) ;
+-	}
+-
+ 	/* Get command line parameters */
+ 
+ 	for (i = 1 ; i < argc ; i++)

Modified: packages/trunk/fenix0.92/debian/patches/series
===================================================================
--- packages/trunk/fenix0.92/debian/patches/series	2007-06-11 05:52:32 UTC (rev 2911)
+++ packages/trunk/fenix0.92/debian/patches/series	2007-06-11 11:20:47 UTC (rev 2912)
@@ -1,2 +1,3 @@
 configure.patch
 fxi_binname.patch
+fxc_nosdlinit.patch




More information about the Pkg-games-commits mailing list