The following commit has been merged in the master branch:
commit 4eac5abe84fc606011444d3d3674ffb91f9ba66e
Author: Andres Mejia <amejia...@gmail.com>
Date:   Sat May 5 17:24:36 2012 -0400

    Dlopen libsndio.so.2 instead of libsndio.so.

diff --git a/debian/patches/libsndio-dlopen-change.patch 
b/debian/patches/libsndio-dlopen-change.patch
new file mode 100644
index 0000000..efcc4d8
--- /dev/null
+++ b/debian/patches/libsndio-dlopen-change.patch
@@ -0,0 +1,14 @@
+Description: Dlopen libsndio.so.2 instead of libsndio.so.
+Author: Andres Mejia <ame...@debian.org>
+
+--- a/Alc/backends/sndio.c
++++ b/Alc/backends/sndio.c
+@@ -79,7 +79,7 @@
+ #ifdef HAVE_DYNLOAD
+     if(!sndio_handle)
+     {
+-        sndio_handle = LoadLib("libsndio.so");
++        sndio_handle = LoadLib("libsndio.so.2");
+         if(!sndio_handle)
+             return ALC_FALSE;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index c6c45de..c674d41 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 no-fpuextended.patch
+libsndio-dlopen-change.patch

-- 
Packaging for openal-soft

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to