summaryrefslogtreecommitdiff
path: root/packages/pulseaudio/pulseaudio-0.9.11/2113.diff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-25 12:07:32 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-25 12:07:32 +0000
commit482c970114f031bce74c3ea7bb548bbe609d905c (patch)
tree0e0ccd6fb4963bc79a33ae3dbc09de4189d6d416 /packages/pulseaudio/pulseaudio-0.9.11/2113.diff
parent61b8fecfd244e7d73491b2558dede15f8541fa79 (diff)
parent467e6ea8007f2e5073f1bb36c107af969725b8b0 (diff)
merge of '11190e741ffccdf2d209ad44d788d7a645b62eef'
and 'fe8733bd5827d972336bdf138c9082df08f4d847'
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([[
+