summaryrefslogtreecommitdiff
path: root/packages/pulseaudio/pulseaudio-0.9.11/2113.diff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-26 15:58:45 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-26 15:58:45 +0000
commitb8c7c4f3c4a4606a69cc8e11f7bfad0b9a0dede8 (patch)
treed638d5ecbb56c097cb9f8443d5b7d893d8267f6b /packages/pulseaudio/pulseaudio-0.9.11/2113.diff
parentbc0a9c0cfe9156269d7cc1af8b808be7d31e8094 (diff)
parent996bfb248d59b24e4f3db2269e4128bef4b7bf37 (diff)
merge of 'aeb1ac8ac964032ee256054d8009fd226a984570'
and 'b86db14f5edd4f268d21ba089697b479d09548ce'
Diffstat (limited to 'packages/pulseaudio/pulseaudio-0.9.11/2113.diff')
-rw-r--r--packages/pulseaudio/pulseaudio-0.9.11/2113.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/pulseaudio/pulseaudio-0.9.11/2113.diff b/packages/pulseaudio/pulseaudio-0.9.11/2113.diff
new file mode 100644
index 0000000000..666ed34ad3
--- /dev/null
+++ b/packages/pulseaudio/pulseaudio-0.9.11/2113.diff
@@ -0,0 +1,19 @@
+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([[
+