Browse Source

fix building

master
parent
commit
9b1b4a9c1e
  1. 12
      recode/recode.patch
  2. 2
      recode/recode.spec

12
recode/recode.patch

@ -0,0 +1,12 @@
Index: src/recodext.h
--- src/recodext.h.orig 2001-01-04 15:36:54.000000000 +0100
+++ src/recodext.h 2011-07-31 22:50:42.000000000 +0200
@@ -218,7 +218,7 @@
enum recode_symbol_type type : 3;
/* Non zero if this one should be ignored. */
- bool ignore : 2;
+ bool ignore;
};
struct recode_surface_list

2
recode/recode.spec

@ -36,6 +36,7 @@ Release: 20110731
# list of sources
Source0: ftp://ftp.gnu.org/gnu/recode/recode-%{version}.tar.gz
Patch0: recode.patch
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101, config
@ -53,6 +54,7 @@ PreReq: OpenPKG, openpkg >= 20100101
%prep
%setup -q
%patch -p0
%{l_prefix}/bin/config install
%build

Loading…
Cancel
Save