diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-12 18:13:29 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-12 18:14:05 +0200 |
commit | 19a050739649632cea5414243bbac7583350d559 (patch) | |
tree | 03127e37de808ed05587106538c5937c603b81a4 /audio/rubberband/gcc47.patch | |
parent | b87988a320f49f7017532fd996422f96da73d71c (diff) |
audio/rubberband: Added a patch for gcc-4.7.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/rubberband/gcc47.patch')
-rw-r--r-- | audio/rubberband/gcc47.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/rubberband/gcc47.patch b/audio/rubberband/gcc47.patch new file mode 100644 index 0000000000000..8109cc6f01ee8 --- /dev/null +++ b/audio/rubberband/gcc47.patch @@ -0,0 +1,11 @@ +diff -Naur rubberband-1.6.0.orig/rubberband/RubberBandStretcher.h rubberband-1.6.0/rubberband/RubberBandStretcher.h +--- rubberband-1.6.0.orig/rubberband/RubberBandStretcher.h 2011-03-19 16:01:07.000000000 +0100 ++++ rubberband-1.6.0/rubberband/RubberBandStretcher.h 2012-09-12 17:58:27.260000741 +0200 +@@ -19,6 +19,7 @@ + #define RUBBERBAND_API_MAJOR_VERSION 2 + #define RUBBERBAND_API_MINOR_VERSION 4 + ++#include <unistd.h> + #include <vector> + #include <map> + |