From f100cdc17a3fb1beacfc9ec252b8f9c4b0ee8856 Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 24 Oct 2002 19:54:47 +0000 Subject: [PATCH] - release 3: added --disable-rpath to autoconf parametrs. Changed files: arts.spec -> 1.13 --- arts.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arts.spec b/arts.spec index f365bc2..b3449f1 100644 --- 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} -- 2.44.0