SPECS: dia.spec - fix build on x86_64
rotom
rotom at pld-linux.org
Sun Mar 25 17:24:08 CEST 2007
Author: rotom Date: Sun Mar 25 15:24:08 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix build on x86_64
---- Files affected:
SPECS:
dia.spec (1.133 -> 1.134)
---- Diffs:
================================================================
Index: SPECS/dia.spec
diff -u SPECS/dia.spec:1.133 SPECS/dia.spec:1.134
--- SPECS/dia.spec:1.133 Sun Mar 25 15:11:54 2007
+++ SPECS/dia.spec Sun Mar 25 17:24:03 2007
@@ -102,12 +102,14 @@
%{__autoheader}
%{__autoconf}
%{__automake}
+%{__sed} -i -e 's|/lib/|/%{_lib}/|' configure
%configure \
--enable-gnome \
--with-gnomeprint \
--with-cairo \
- --with-python
-
+ --with-python \
+ --with-xslt-prefix=%{_libdir}
+
%{__make}
%install
@@ -155,6 +157,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.134 2007/03/25 15:24:03 rotom
+- fix build on x86_64
+
Revision 1.133 2007/03/25 13:11:54 rotom
- up to 0.96
- obsolotes gcc4 patch removed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dia.spec?r1=1.133&r2=1.134&f=u
More information about the pld-cvs-commit
mailing list