SPECS: kicad.spec - an actually working 64bit fix
shadzik
shadzik at pld-linux.org
Tue Nov 27 18:10:29 CET 2007
Author: shadzik Date: Tue Nov 27 17:10:29 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- an actually working 64bit fix
---- Files affected:
SPECS:
kicad.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/kicad.spec
diff -u SPECS/kicad.spec:1.4 SPECS/kicad.spec:1.5
--- SPECS/kicad.spec:1.4 Tue Nov 27 15:39:34 2007
+++ SPECS/kicad.spec Tue Nov 27 18:10:24 2007
@@ -35,6 +35,9 @@
%prep
%setup -q -n %{name}
+%if "%{_lib}" == "lib64"
+ %{__sed} -i -e "s@/lib/@/lib64/@g" libs.linux
+%endif
%build
export WX_CONFIG="`which wx-gtk2-unicode-config`"
@@ -76,6 +79,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2007-11-27 17:10:24 shadzik
+- an actually working 64bit fix
+
Revision 1.4 2007-11-27 14:39:34 shadzik
- try to fix 64bit build (it's a dry try, i didn't test the build myself)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kicad.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list