The following commit has been merged in the master branch:
commit f119d752566d326a69d461fcd9840959a2dfdbc0
Author: Andres Mejia <[email protected]>
Date: Thu Aug 20 22:38:12 2009 -0400
Use different fix for Hurd builds as used upstream.
diff --git a/debian/patches/hurd_build_fix.patch
b/debian/patches/hurd_build_fix.patch
index a364750..4de9d92 100644
--- a/debian/patches/hurd_build_fix.patch
+++ b/debian/patches/hurd_build_fix.patch
@@ -2,12 +2,14 @@ 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;
+@@ -83,6 +83,10 @@
+ MAKE_FUNC(pa_threaded_mainloop_lock);
+ #undef MAKE_FUNC
-- char path_name[PATH_MAX];
-+ char *path_name;
- const char *context_name;
- const char *stream_name;
++#ifndef PATH_MAX
++#define PATH_MAX 4096
++#endif
++
+ typedef struct {
+ ALCdevice *device;
--
Packaging for openal-soft
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits