Opened 14 years ago

Closed 13 years ago

Last modified 10 years ago

#3144 closed defect (fixed)

Recode-3.6 requires new patch to compile

Reported by: Wayne Blaszczyk Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Link to patch: http://www.mail-archive.com/pld-cvs-commit@lists.pld-linux.org/msg178241.html

Patch just in case link breaks:

================================================================ 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 ================================================================

Change History (3)

comment:1 by Randy McMurchy, 13 years ago

Milestone: future6.7

Updated milestone to 6.7

comment:2 by Randy McMurchy, 13 years ago

Resolution: fixed
Status: newclosed
Type: taskdefect

Added the new fixes into the existing patch and bumped the patch name to -2.

comment:3 by bdubbs@…, 10 years ago

Milestone: 6.7

Milestone 6.7 deleted

Note: See TracTickets for help on using tickets.