SOURCES: recode-gcc4_3.patch (NEW) - GCC 4.3.x compatibility patch for recode
jajcus
jajcus at pld-linux.org
Tue Mar 17 13:30:58 CET 2009
Author: jajcus Date: Tue Mar 17 12:30:58 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- GCC 4.3.x compatibility patch for recode
---- Files affected:
SOURCES:
recode-gcc4_3.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/recode-gcc4_3.patch
diff -u /dev/null SOURCES/recode-gcc4_3.patch:1.1
--- /dev/null Tue Mar 17 13:30:59 2009
+++ SOURCES/recode-gcc4_3.patch Tue Mar 17 13:30:52 2009
@@ -0,0 +1,12 @@
+diff -dur recode-3.6.orig/src/recodext.h recode-3.6/src/recodext.h
+--- recode-3.6.orig/src/recodext.h 2001-01-04 15:36:54.000000000 +0100
++++ recode-3.6/src/recodext.h 2009-03-17 13:26:19.000000000 +0100
+@@ -218,7 +218,7 @@
+ enum recode_symbol_type type : 3;
+
+ /* Non zero if this one should be ignored. */
+- bool ignore : 2;
++ bool ignore : 1;
+ };
+
+ struct recode_surface_list
================================================================
More information about the pld-cvs-commit
mailing list