]> git.pld-linux.org Git - packages/arts.git/commitdiff
- AMD64 fixes (config.sub and explicit qt library path)
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 28 Dec 2003 16:35:43 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arts.spec -> 1.54

arts.spec

index 4ce23fc371e2a7552113cd9e5db7dad3f28cd619..9a17a8110bee1dd0e7678f00bf3d5fca9fe4bcfc 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -147,6 +147,7 @@ Pliki programistyczne dla biblioteki qtmcop.
 %patch0 -p1
 
 %build
+cp /usr/share/automake/config.sub admin
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
@@ -154,6 +155,7 @@ Pliki programistyczne dla biblioteki qtmcop.
        --%{?debug:en}%{!?debug:dis}able-debug \
        --disable-rpath \
        --enable-final \
+       --with-qt-libraries=%{_libdir} \
        --with%{!?with_alsa:out}-alsa
 
 %{__make}
This page took 0.036861 seconds and 4 git commands to generate.