SPECS: eclipse-swt.spec - fix build for amd64
glen
glen at pld-linux.org
Sun Nov 25 17:44:26 CET 2007
Author: glen Date: Sun Nov 25 16:44:26 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix build for amd64
---- Files affected:
SPECS:
eclipse-swt.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/eclipse-swt.spec
diff -u SPECS/eclipse-swt.spec:1.16 SPECS/eclipse-swt.spec:1.17
--- SPECS/eclipse-swt.spec:1.16 Sun Nov 25 17:19:22 2007
+++ SPECS/eclipse-swt.spec Sun Nov 25 17:44:21 2007
@@ -68,6 +68,10 @@
%prep
%setup -q -c
+%ifarch %{x8664}
+# probably broken only in 3.3.1.1
+%{__sed} -i -e 's,${basedir}/src/Eclipse SWT,${plugindir}/Eclipse SWT,' %{swtsrcdir}/build.xml
+%endif
%ant -f %{swtsrcdir}/build.xml src.zip
mkdir swt
cd swt
@@ -137,6 +141,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2007-11-25 16:44:21 glen
+- fix build for amd64
+
Revision 1.16 2007-11-25 16:19:22 glen
- updated to eclipse 3.3.1.1 (swt 3.347)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/eclipse-swt.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list