[SCM] mhWaveEdit packaging branch, master, updated. debian/1.4.18-1-4-g6c2eee5
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Jun 28 10:52:28 UTC 2010
The following commit has been merged in the master branch:
commit 6c2eee58e951e9391395127110b3a4ffced28c0f
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Jun 28 12:52:17 2010 +0200
Try to fix FTBFS on kfreebsd architectures.
diff --git a/debian/patches/01-kfreebsd_ftbfs.patch b/debian/patches/01-kfreebsd_ftbfs.patch
new file mode 100644
index 0000000..a404568
--- /dev/null
+++ b/debian/patches/01-kfreebsd_ftbfs.patch
@@ -0,0 +1,17 @@
+---
+ src/sound-pulse.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+--- mhwaveedit.orig/src/sound-pulse.c
++++ mhwaveedit/src/sound-pulse.c
+@@ -27,6 +27,10 @@
+
+ #undef MLDEBUG
+
++#if defined(__FreeBSD_kernel__)
++#include <sys/poll.h>
++#endif
++
+ /* ----------------------- */
+ /* Mainloop API */
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..749ce19
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-kfreebsd_ftbfs.patch
--
mhWaveEdit packaging
More information about the pkg-multimedia-commits
mailing list