diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-28 05:16:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-28 05:16:08 +0700 |
commit | d333a2d539a6f871f914d012985f72f3fa452915 (patch) | |
tree | b3320b4bf64e20bb08724aa40c55e892b95ac8ec /libraries/alure/alure.patch | |
parent | 237465ce8416c787e3df5e4f3638d0cbfd97bbab (diff) | |
download | slackbuilds-d333a2d539a6f871f914d012985f72f3fa452915.tar.gz |
libraries/alure: Fix build when fluidsynth is present.
Thanks to USUARIONUEVO in LQ.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/alure/alure.patch')
-rw-r--r-- | libraries/alure/alure.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/alure/alure.patch b/libraries/alure/alure.patch new file mode 100644 index 0000000000..43f5fff7ef --- /dev/null +++ b/libraries/alure/alure.patch @@ -0,0 +1,13 @@ +diff -rupN a/src/codec_fluidsynth.cpp b/src/codec_fluidsynth.cpp +--- a/src/codec_fluidsynth.cpp 2011-07-29 08:37:48.000000000 +0000 ++++ b/src/codec_fluidsynth.cpp 2014-01-03 10:42:13.280792235 +0000 +@@ -32,7 +32,7 @@ + #endif + + #include <istream> +- ++#include <unistd.h> + #include <fluidsynth.h> + + + |