diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-27 16:04:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-27 16:04:46 +0000 |
commit | 23f515276550cbe2a0d9d8386723087b6edfa8e4 (patch) | |
tree | d0408cabca50627b90244d2270bf50d4486d32a9 /audio/sooperlooper/files | |
parent | f1da4c1d3eaca8b0fafbe47c630a93d242816cd4 (diff) | |
download | ports-23f515276550cbe2a0d9d8386723087b6edfa8e4.tar.gz ports-23f515276550cbe2a0d9d8386723087b6edfa8e4.zip |
Notes
Diffstat (limited to 'audio/sooperlooper/files')
-rw-r--r-- | audio/sooperlooper/files/patch-libs-pbd-ftw.cc | 2 | ||||
-rw-r--r-- | audio/sooperlooper/files/patch-libs__pbd__pbd__stl_delete.h | 20 |
2 files changed, 1 insertions, 21 deletions
diff --git a/audio/sooperlooper/files/patch-libs-pbd-ftw.cc b/audio/sooperlooper/files/patch-libs-pbd-ftw.cc index ee873bf92d29..fc00fc0d3882 100644 --- a/audio/sooperlooper/files/patch-libs-pbd-ftw.cc +++ b/audio/sooperlooper/files/patch-libs-pbd-ftw.cc @@ -5,7 +5,7 @@ #include <sys/stat.h> #include <fts.h> -#include <alloca.h> -+#include <stdlib.h> ++#include <cstdlib> #include <unistd.h> /* We want strcpy */ diff --git a/audio/sooperlooper/files/patch-libs__pbd__pbd__stl_delete.h b/audio/sooperlooper/files/patch-libs__pbd__pbd__stl_delete.h deleted file mode 100644 index 77ed78616582..000000000000 --- a/audio/sooperlooper/files/patch-libs__pbd__pbd__stl_delete.h +++ /dev/null @@ -1,20 +0,0 @@ ---- libs/pbd/pbd/stl_delete.h.orig -+++ libs/pbd/pbd/stl_delete.h -@@ -24,7 +24,7 @@ - /* To actually use any of these deletion functions, you need to - first include the revelant container type header. - */ --#if defined(_CPP_VECTOR) || defined(_GLIBCXX_VECTOR) || defined(__SGI_STL_VECTOR) -+#if defined(_LIBCPP_VECTOR) || defined(_GLIBCXX_VECTOR) || defined(__SGI_STL_VECTOR) - template<class T> void vector_delete (std::vector<T *> *vec) - { - typename std::vector<T *>::iterator i; -@@ -34,7 +34,7 @@ - } - vec->clear (); - } --#endif // _CPP_VECTOR || _GLIBCXX_VECTOR || __SGI_STL_VECTOR -+#endif // _LIBCPP_VECTOR || _GLIBCXX_VECTOR || __SGI_STL_VECTOR - - #if defined(_CPP_MAP) || defined(_GLIBCXX_MAP) || defined(__SGI_STL_MAP) - template<class K, class T> void map_delete (std::map<K, T *> *m) |