[packages/xmms-effect-bs2b] - added hacks to support lib64

qboosh qboosh at pld-linux.org
Fri Feb 22 20:49:19 CET 2013


commit f0947ac1401ec6d8c3df2268446911beb26c7622
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Feb 22 20:49:31 2013 +0100

    - added hacks to support lib64

 xmms-effect-bs2b.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/xmms-effect-bs2b.spec b/xmms-effect-bs2b.spec
index 07aa643..ee5ee90 100644
--- a/xmms-effect-bs2b.spec
+++ b/xmms-effect-bs2b.spec
@@ -27,14 +27,18 @@ efektu XMMS-a.
 %setup -q -n xmms-bs2b-%{version}
 
 %build
-%configure
-%{__make}
+CPPFLAGS="%{rpmcppflags} $(pkg-config --cflags glib libbs2b)"
+%configure \
+	--with-plugin=%{_includedir}/xmms
+%{__make} \
+	libdir=%{xmms_effect_plugindir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	libdir=%{xmms_effect_plugindir}
 
 %{__rm} $RPM_BUILD_ROOT%{xmms_effect_plugindir}/*.la
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xmms-effect-bs2b.git/commitdiff/f0947ac1401ec6d8c3df2268446911beb26c7622



More information about the pld-cvs-commit mailing list