summaryrefslogtreecommitdiffstats
path: root/audio/mhwaveedit/intbox.diff
diff options
context:
space:
mode:
author Franzen2016-06-11 16:04:10 +0200
committer Willy Sudiarto Raharjo2016-06-11 16:04:10 +0200
commit3adbd05c401038d38b652d185049234d64b4bbaf (patch)
tree18899fa0bf0edf89de127b98aae0f4f9c03aa8de /audio/mhwaveedit/intbox.diff
parenteb1e9c8b892377fc044753fb8b0716c7d60a7db5 (diff)
downloadslackbuilds-3adbd05c401038d38b652d185049234d64b4bbaf.tar.gz
audio/mhwaveedit: Updated for version 1.4.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mhwaveedit/intbox.diff')
-rw-r--r--audio/mhwaveedit/intbox.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/mhwaveedit/intbox.diff b/audio/mhwaveedit/intbox.diff
new file mode 100644
index 0000000000..b5f74eafb9
--- /dev/null
+++ b/audio/mhwaveedit/intbox.diff
@@ -0,0 +1,10 @@
+--- src/sound-pulse.c.orig 2016-06-11 13:52:03.000000000 +0200
++++ src/sound-pulse.c 2016-06-11 13:50:39.000000000 +0200
+@@ -21,6 +21,7 @@
+
+ #include <poll.h>
+ #include <pulse/pulseaudio.h>
++#include "int_box.h"
+
+ #ifndef PA_CHECK_VERSION
+ #define PA_CHECK_VERSION(a,b,c) (0)