rpms/mplayer/F-9 mplayer.spec,1.11,1.12
Dominik Mierzejewski
rathann at rpmfusion.org
Sat Feb 14 15:21:48 CET 2009
Author: rathann
Update of /cvs/free/rpms/mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9641
Modified Files:
mplayer.spec
Log Message:
fix debugging with macro interaction, try 2
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-9/mplayer.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mplayer.spec 14 Feb 2009 13:33:54 -0000 1.11
+++ mplayer.spec 14 Feb 2009 14:21:47 -0000 1.12
@@ -211,7 +211,8 @@
%build
export CFLAGS="$RPM_OPT_FLAGS -ffast-math --std=gnu99"
%{mp_configure}--enable-gui
-|| cat configure.log config.h config.mak
+
+cat configure.log config.h config.mak
%{__make} %{?_smp_mflags}
@@ -219,7 +220,8 @@
%{__make} distclean
%{mp_configure}
-|| cat configure.log config.h config.mak
+
+cat configure.log config.h config.mak
%{__make} %{?_smp_mflags}
More information about the rpmfusion-commits
mailing list