]> git.pld-linux.org Git - packages/dia.git/commitdiff
- fix build on x86_64
authorRobert Tomasik <rotom@pld-linux.org>
Sun, 25 Mar 2007 15:24:03 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dia.spec -> 1.134

dia.spec

index 7c53beb1dd89fcd17ea980141264abef12cad0c4..4a9481e17be59eed5d463ade349ee3c5592d4e0e 100644 (file)
--- a/dia.spec
+++ b/dia.spec
@@ -101,12 +101,14 @@ PostScript(TM).
 %{__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
This page took 0.140895 seconds and 4 git commands to generate.