Tue, 31 Jul 2012 08:38:02 +0200
Correct istream.h:23:8: error: redefinition of 'struct file_handle'.
w3m/w3m.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/w3m/w3m.spec Tue Jul 31 08:36:21 2012 +0200 1.2 +++ b/w3m/w3m.spec Tue Jul 31 08:38:02 2012 +0200 1.3 @@ -32,7 +32,7 @@ 1.4 Group: Web 1.5 License: BSD 1.6 Version: 0.5.3 1.7 -Release: 20110115 1.8 +Release: 20120800 1.9 1.10 # list of sources 1.11 Source0: http://switch.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz 1.12 @@ -61,6 +61,9 @@ 1.13 %prep 1.14 %setup -q 1.15 %patch -p0 1.16 + %{l_shtool} subst \ 1.17 + -e 's;file_handle;file_handle_loc;g' \ 1.18 + istream.{c,h} 1.19 1.20 %build 1.21 CC="%{l_cc}" \