r12012 - packages/trunk/desmume/debian/patches

Evgeni Golov evgeni at alioth.debian.org
Thu Mar 24 14:44:37 UTC 2011


Author: evgeni
Date: 2011-03-24 14:44:36 +0000 (Thu, 24 Mar 2011)
New Revision: 12012

Modified:
   packages/trunk/desmume/debian/patches/01_fix_mode_t_on_kfreebsd.patch
Log:
grrrr, dos file encodings SUCK

Modified: packages/trunk/desmume/debian/patches/01_fix_mode_t_on_kfreebsd.patch
===================================================================
--- packages/trunk/desmume/debian/patches/01_fix_mode_t_on_kfreebsd.patch	2011-03-24 14:40:42 UTC (rev 12011)
+++ packages/trunk/desmume/debian/patches/01_fix_mode_t_on_kfreebsd.patch	2011-03-24 14:44:36 UTC (rev 12012)
@@ -16,12 +16,11 @@
 --- desmume-0.9.7/src/utils/libfat/libfat_pc.h	2011-01-27 11:26:59.000000000 +0100
 +++ desmume-0.9.7.patched/src/utils/libfat/libfat_pc.h	2011-03-24 14:57:07.048578708 +0100
 @@ -66,7 +66,7 @@
- #ifdef __APPLE__
- typedef __darwin_mode_t mode_t;
- #else
--typedef uint32_t mode_t;
-+# include <sys/types.h>
- #endif
- 
- struct DIR_ITER {
-
+ #ifdef __APPLE__
+ typedef __darwin_mode_t mode_t;
+ #else
+-typedef uint32_t mode_t;
++# include <sys/types.h>
+ #endif
+ 
+ struct DIR_ITER {




More information about the Pkg-games-commits mailing list