SPECS: SDL.spec - ac hacks to stop BRing alsa and esd when buildin...
qboosh
qboosh at pld-linux.org
Mon Nov 7 12:16:25 CET 2005
Author: qboosh Date: Mon Nov 7 11:16:25 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ac hacks to stop BRing alsa and esd when building without
---- Files affected:
SPECS:
SDL.spec (1.142 -> 1.143)
---- Diffs:
================================================================
Index: SPECS/SDL.spec
diff -u SPECS/SDL.spec:1.142 SPECS/SDL.spec:1.143
--- SPECS/SDL.spec:1.142 Sun Oct 30 21:19:24 2005
+++ SPECS/SDL.spec Mon Nov 7 12:16:19 2005
@@ -159,6 +159,8 @@
# get COPY_ARCH_SRC, remove the rest
head -n 20 acinclude.m4 > acinclude.tmp
mv -f acinclude.tmp acinclude.m4
+%{!?with_alsa:echo 'AC_DEFUN([AM_PATH_ALSA],[$3])' >> acinclude.m4}
+%{!?with_esd:echo 'AC_DEFUN(AM_PATH_ESD],[$3])' >> acinclude.m4}
find . -type d -name CVS -print | xargs rm -rf {} \;
@@ -247,6 +249,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.143 2005/11/07 11:16:19 qboosh
+- ac hacks to stop BRing alsa and esd when building without
+
Revision 1.142 2005/10/30 20:19:24 djurban
- update to todays snapshot, many fixes since 1.2.9, among others:
* altivec support extended
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/SDL.spec?r1=1.142&r2=1.143&f=u
More information about the pld-cvs-commit
mailing list