[SCM] Packaging for openal-soft branch, master, updated. debian/1.8.466-2-5-g0faa050

Andres Mejia mcitadel at gmail.com
Wed Aug 19 17:59:21 UTC 2009


The following commit has been merged in the master branch:
commit 6e1e01a261e686ca8aa04634d0fdd1c56ebd9540
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Wed Aug 19 13:53:10 2009 -0400

    Add patch to fix build failures on Hurd. (Closes: #534327)

diff --git a/debian/patches/hurd_build_fix.patch b/debian/patches/hurd_build_fix.patch
new file mode 100644
index 0000000..a364750
--- /dev/null
+++ b/debian/patches/hurd_build_fix.patch
@@ -0,0 +1,13 @@
+Patch to fix builds on Hurd.
+==========================================================================
+--- a/Alc/pulseaudio.c
++++ b/Alc/pulseaudio.c
+@@ -96,7 +96,7 @@
+     pa_buffer_attr attr;
+     pa_sample_spec spec;
+ 
+-    char path_name[PATH_MAX];
++    char *path_name;
+     const char *context_name;
+     const char *stream_name;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index cafd205..40faa5b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-# Nothing to patch
+hurd_build_fix.patch

-- 
Packaging for openal-soft



More information about the Pkg-games-commits mailing list