SPECS: mplayer.spec - remove --disable-gcc-checking, PLD doesn't h...
glen
glen at pld-linux.org
Tue Aug 9 10:13:53 CEST 2005
Author: glen Date: Tue Aug 9 08:13:53 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- remove --disable-gcc-checking, PLD doesn't have gcc 2.96 for long time already, but it causes build on amd64 wait for user input (due unknown detection failures)
- fix --enable-live build on 64-bit archs
---- Files affected:
SPECS:
mplayer.spec (1.288 -> 1.289)
---- Diffs:
================================================================
Index: SPECS/mplayer.spec
diff -u SPECS/mplayer.spec:1.288 SPECS/mplayer.spec:1.289
--- SPECS/mplayer.spec:1.288 Tue Aug 9 09:12:02 2005
+++ SPECS/mplayer.spec Tue Aug 9 10:13:45 2005
@@ -255,7 +255,6 @@
CC="%{__cc}"
export CC CFLAGS
./configure \
- --disable-gcc-checking \
--prefix=%{_prefix} \
--confdir=%{_sysconfdir}/mplayer \
--with-x11incdir=%{_prefix}/X11R6/include \
@@ -279,7 +278,7 @@
%{?with_divx4linux:--with-extraincdir=/usr/include/divx} \
%{!?with_dxr3:--disable-dxr3} \
%{!?with_ggi:--disable-ggi} \
-%{?with_live:--enable-live --with-livelibdir=/usr/lib/liveMedia --with-extraincdir=/usr/include/liveMedia } \
+%{?with_live:--enable-live --with-livelibdir=%{_libdir}/liveMedia --with-extraincdir=/usr/include/liveMedia } \
%{!?with_live:--disable-live} \
%{!?with_nas:--disable-nas} \
%{!?with_svga:--disable-svga} \
@@ -438,8 +437,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.289 2005/08/09 08:13:45 glen
+- remove --disable-gcc-checking, PLD doesn't have gcc 2.96 for long time already, but it causes build on amd64 wait for user input (due unknown detection failures)
+- fix --enable-live build on 64-bit archs
+
Revision 1.288 2005/08/09 07:12:02 glen
-- makde docs fails with parallel make
+- make docs fails with parallel make
Revision 1.287 2005/08/03 18:28:17 koorek
- fixed default skin issue
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mplayer.spec?r1=1.288&r2=1.289&f=u
More information about the pld-cvs-commit
mailing list