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

Andres Mejia mcitadel at gmail.com
Fri Aug 21 02:47:13 UTC 2009


The following commit has been merged in the master branch:
commit f119d752566d326a69d461fcd9840959a2dfdbc0
Author: Andres Mejia <mcitadel at gmail.com>
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



More information about the Pkg-games-commits mailing list