r442 - !!!lots of dirs!!!

Gonéri Le Bouder goneri-guest at costa.debian.org
Sat Apr 8 10:27:37 UTC 2006


Author: goneri-guest
Date: 2006-04-08 10:27:37 +0000 (Sat, 08 Apr 2006)
New Revision: 442

Modified:
   packages/enemylines/enemylines7/trunk/debian/patches/03_compile_with_g++4.1.patch
Log:
fix issue with the patch


Modified: packages/enemylines/enemylines7/trunk/debian/patches/03_compile_with_g++4.1.patch
===================================================================
--- packages/enemylines/enemylines7/trunk/debian/patches/03_compile_with_g++4.1.patch	2006-04-07 23:51:37 UTC (rev 441)
+++ packages/enemylines/enemylines7/trunk/debian/patches/03_compile_with_g++4.1.patch	2006-04-08 10:27:37 UTC (rev 442)
@@ -7,18 +7,17 @@
 @DPATCH@
 
 
-diff -ru diff -ru enemylines.orig/map.h enemylines7-0.5/map.h
---- enemylines.orig/map.h    2006-04-07 22:00:47.000000000 +0000
-+++ enemylines7-0.5/map.h     2006-04-07 22:00:55.000000000 +0000
+diff -ru enemylines7-0.5.orig/map.h enemylines7-0.5/map.h
+--- enemylines7-0.5.orig/map.h	2006-03-20 16:06:47.000000000 +0100
++++ enemylines7-0.5/map.h	2006-04-08 12:24:20.000000000 +0200
 @@ -25,8 +25,8 @@
-       unsigned int dz();
-
-
--       bool Map::inside(C3 c);
--       bool Map::inside(C3f c);
-+       bool inside(C3 c);
-+       bool inside(C3f c);
-
-       e_tiletype get(C3);
-       void set(C3,e_tiletype);
-
+ 	unsigned int dz();
+ 
+ 
+-	bool Map::inside(C3 c);
+-	bool Map::inside(C3f c);
++	bool inside(C3 c);
++	bool inside(C3f c);
+ 	
+ 	e_tiletype get(C3);
+ 	void set(C3,e_tiletype);




More information about the Pkg-games-devel mailing list