diff options
author | Graham Gower <graham.gower@gmail.com> | 2010-07-04 17:02:31 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-01 19:00:25 -0700 |
commit | 11ed546d25864ee12a43752484d5c411f88ad0b0 (patch) | |
tree | d9962a3fbf643f9d09f2436627b28bef72bf61a1 /recipes/pulseaudio/pulseaudio-0.9.10/2113.diff | |
parent | 50320c145223777ff749947f231d2193b10989c8 (diff) |
pulseaudio: Fix most recent recipe and remove broken recipes.
Three months ago, commit 9cf826839c3cffd18f037d2ca8271affb85bab9d broke
6 of the 7 pulseaudio recipes. No one noticed. Clearly the broken recipes
are unused.
0.9.15 appears to be in use as it still builds. 0.9.21 is the
most recent recipe and has been retained.
Versions removed:
0.9.6
0.9.9
0.9.10
0.9.11
0.9.19
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/pulseaudio/pulseaudio-0.9.10/2113.diff')
-rw-r--r-- | recipes/pulseaudio/pulseaudio-0.9.10/2113.diff | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/pulseaudio/pulseaudio-0.9.10/2113.diff b/recipes/pulseaudio/pulseaudio-0.9.10/2113.diff deleted file mode 100644 index 666ed34ad3..0000000000 --- a/recipes/pulseaudio/pulseaudio-0.9.10/2113.diff +++ /dev/null @@ -1,19 +0,0 @@ -from upstream svn r2113 - -Index: configure.ac -=================================================================== ---- configure.ac (wersja 2112) -+++ configure.ac (wersja 2113) -@@ -172,6 +172,12 @@ - AC_SUBST(LIBLTDL) - AC_CONFIG_SUBDIRS(libltdl) - -+old_LIBS=$LIBS -+LIBS="$LIBS $LIBLTDL" -+AC_CHECK_FUNCS([lt_dlmutex_register]) -+LIBS=$old_LIBS -+AC_CHECK_TYPES([lt_user_dlloader, lt_dladvise], , , [#include <ltdl.h>]) -+ - if test "x$enable_ltdl_install" = "xno" && test "x$ac_cv_lib_ltdl_lt_dlinit" = "xno" ; then - AC_MSG_ERROR([[ - |