summaryrefslogtreecommitdiffstats
path: root/audio/ardour/ardour-gcc47.patch
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2012-05-20 16:51:23 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-05-21 17:58:10 -0500
commit1b9153250075ce67da127386ac995067d0cebedb (patch)
tree52502824c145bfb2c132ac75327fb69d2643c3cd /audio/ardour/ardour-gcc47.patch
parent7df8716586e483682233d5229b2773aa00605314 (diff)
downloadslackbuilds-1b9153250075ce67da127386ac995067d0cebedb.tar.gz
slackbuilds-1b9153250075ce67da127386ac995067d0cebedb.tar.xz
audio/ardour: Updated for version 2.8.12.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/ardour/ardour-gcc47.patch')
-rw-r--r--audio/ardour/ardour-gcc47.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/ardour/ardour-gcc47.patch b/audio/ardour/ardour-gcc47.patch
new file mode 100644
index 0000000000..053b6b11ef
--- /dev/null
+++ b/audio/ardour/ardour-gcc47.patch
@@ -0,0 +1,22 @@
+diff -rupN ardour-2.8.12.old/libs/pbd/path.cc ardour-2.8.12/libs/pbd/path.cc
+--- ardour-2.8.12.old/libs/pbd/path.cc 2009-02-24 07:38:16.000000000 -0500
++++ ardour-2.8.12/libs/pbd/path.cc 2012-05-02 23:39:41.446682468 -0400
+@@ -17,6 +17,7 @@
+ */
+
+ #include <cerrno>
++#include <unistd.h>
+
+ #include <glib.h>
+ #include <glib/gstdio.h>
+diff -rupN ardour-2.8.12.old/libs/rubberband/src/main.cpp ardour-2.8.12/libs/rubberband/src/main.cpp
+--- ardour-2.8.12.old/libs/rubberband/src/main.cpp 2009-02-24 07:38:17.000000000 -0500
++++ ardour-2.8.12/libs/rubberband/src/main.cpp 2012-05-03 00:00:47.390285238 -0400
+@@ -21,6 +21,7 @@
+ #include <time.h>
+ #include <cstdlib>
+ #include <cstring>
++#include <unistd.h>
+ #include "sysutils.h"
+
+ #ifdef __MSVC__