diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 22:01:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 22:01:24 +0000 |
commit | 11b0d3ddde2150d23a51c55b5597d968fe3a03bb (patch) | |
tree | 033e919c8c3370eefece9a149b26edc18d1cd93f /net-im/libjingle/files/patch-talk__base__stringencode.cc | |
parent | Fix build on local systems when ffmpeg-2.3.3 is installed. This removes the (diff) |
Remove non staged ports without pending PR from net-im and net-mgmt
Notes
Notes:
svn path=/head/; revision=366966
Diffstat (limited to 'net-im/libjingle/files/patch-talk__base__stringencode.cc')
-rw-r--r-- | net-im/libjingle/files/patch-talk__base__stringencode.cc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-im/libjingle/files/patch-talk__base__stringencode.cc b/net-im/libjingle/files/patch-talk__base__stringencode.cc deleted file mode 100644 index ae7b21f4ff55..000000000000 --- a/net-im/libjingle/files/patch-talk__base__stringencode.cc +++ /dev/null @@ -1,22 +0,0 @@ ---- talk/base/stringencode.cc.orig 2008-09-06 23:16:12.000000000 -0300 -+++ talk/base/stringencode.cc 2008-09-06 23:25:50.000000000 -0300 -@@ -25,11 +25,19 @@ - * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif -+ - #ifdef WIN32 - #include <malloc.h> - #endif // WIN32 - #ifdef POSIX -+#ifdef __FreeBSD__ -+#include <stdlib.h> -+#else - #include <alloca.h> -+#endif - #define _alloca alloca - #endif // POSIX - |