]> git.pld-linux.org Git - packages/arts.git/commitdiff
- release 3: added --disable-rpath to autoconf parametrs.
authorkloczek <kloczek@pld-linux.org>
Thu, 24 Oct 2002 19:54:47 +0000 (19:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arts.spec -> 1.13

arts.spec

index f365bc24d1bf91e6996eefee08418ad1102d26ff..b3449f102d240353a183c3c3c03ddd68f1021a05 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -4,7 +4,7 @@ Summary(pt_BR): Servidor de sons usado pelo KDE
 Name:          arts
 %define        _kdever 3.0.4
 Version:       1.0.4
-Release:       2
+Release:       3
 Epoch:         11
 License:       LGPL
 Vendor:                The KDE Team
@@ -109,8 +109,11 @@ kde_icondir="%{_pixmapsdir}"; export kde_icondir
 %configure \
        --%{?debug:en}%{!?debug:dis}able-debug \
        --enable-final \
-       --with-xinerama \
-       --with-alsa 
+%ifnarch sparc sparcv9 sparc64
+       --with-alsa
+%endif
+       --disable-rpath \
+       --with-xinerama
 
 %{__make}
 
This page took 0.048223 seconds and 4 git commands to generate.