SPECS: gmrun.spec - STLport check removed due to bug: http://bugs.gentoo.or...

duddits duddits at pld-linux.org
Tue Nov 11 12:44:32 CET 2008


Author: duddits                      Date: Tue Nov 11 11:44:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- STLport check removed due to bug: http://bugs.gentoo.org/164339

---- Files affected:
SPECS:
   gmrun.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/gmrun.spec
diff -u SPECS/gmrun.spec:1.4 SPECS/gmrun.spec:1.5
--- SPECS/gmrun.spec:1.4	Tue Nov 11 12:32:06 2008
+++ SPECS/gmrun.spec	Tue Nov 11 12:44:27 2008
@@ -33,14 +33,16 @@
 %prep
 %setup -q
 %patch0 -p1
+# Disable check for STLport due to bug: http://bugs.gentoo.org/164339
+%{__sed} -i -e 's,^AC_PATH_STLPORT,dnl REMOVED ,g' configure.in
+%{__sed} -i -e 's, at STLPORT_[A-Z]\+@,,g' src/Makefile.am
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-	--disable-stlport
+%configure
 
 %{__make}
 
@@ -66,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2008/11/11 11:44:27  duddits
+- STLport check removed due to bug: http://bugs.gentoo.org/164339
+
 Revision 1.4  2008/11/11 11:32:06  megabajt
 - revised deps
 - rebuild ac/am and use %configure macro
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gmrun.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list