Author: rathann
Update of /cvs/free/rpms/mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7236
Modified Files:
mplayer.spec
Log Message:
fix debugging with macro interaction
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/mplayer.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mplayer.spec 14 Feb 2009 13:13:44 -0000 1.10
+++ mplayer.spec 14 Feb 2009 13:33:54 -0000 1.11
@@ -210,14 +210,16 @@
%build
export CFLAGS="$RPM_OPT_FLAGS -ffast-math --std=gnu99"
-%{mp_configure}--enable-gui || cat configure.log config.h config.mak
+%{mp_configure}--enable-gui
+|| cat configure.log config.h config.mak
%{__make} %{?_smp_mflags}
mv -f mplayer gmplayer
%{__make} distclean
-%{mp_configure} || cat configure.log config.h config.mak
+%{mp_configure}
+|| cat configure.log config.h config.mak
%{__make} %{?_smp_mflags}