summaryrefslogtreecommitdiff
path: root/audio/ardour/ardour-gcc47.patch
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2012-08-21 18:49:47 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2012-08-21 18:49:47 +0200
commit7773965188704c4afeaa63097110cf648d686edd (patch)
tree6e9040e1622a6fbcf103ba73b85b03579b3f8bda /audio/ardour/ardour-gcc47.patch
parentd9d5bcf59c07a6e3b212decd791f80ee3f02f8fa (diff)
downloadslackbuilds-7773965188704c4afeaa63097110cf648d686edd.tar.gz
audio/ardour: Updated for version 2.8.14
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio/ardour/ardour-gcc47.patch')
-rw-r--r--audio/ardour/ardour-gcc47.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/ardour/ardour-gcc47.patch b/audio/ardour/ardour-gcc47.patch
deleted file mode 100644
index 053b6b11ef..0000000000
--- a/audio/ardour/ardour-gcc47.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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__