The following commit has been merged in the master branch:
commit 6e1e01a261e686ca8aa04634d0fdd1c56ebd9540
Author: Andres Mejia <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to