|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Misc
|
|
|
License: LGPL
|
|
|
Version: 2.0.2
|
|
|
-Release: 20030129
|
|
|
+Release: 20030612
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://osdn.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz
|
|
|
@@ -66,6 +66,11 @@ AutoReqProv: no
|
|
|
# picked up by "make install" later.
|
|
|
find . -type d -name CVS -print | xargs rm -rf
|
|
|
|
|
|
+ # fix non-standard initializers
|
|
|
+ %{l_shtool} subst \
|
|
|
+ -e 's;{ *0, *{ *\(&[^ ]*\) *} *};{ 0, \1 };' \
|
|
|
+ cpu/fetchdecode.cc
|
|
|
+
|
|
|
%build
|
|
|
# make sure Bochs find the global configuration
|
|
|
%{l_shtool} subst \
|