diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-06-21 04:22:43 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-06-21 04:22:43 +0300 |
commit | f9ad57991f0b56da7abe7f67954c56777445f1cd (patch) | |
tree | 4c4e9577f9b5ffb62380018e115094847345ec5b /net-libs/opal/files/gcc-4.4.patch | |
parent | 0642d7545a7694cb32fae0be9311812d390497ef (diff) |
ekiga, ptlib, opal
Diffstat (limited to 'net-libs/opal/files/gcc-4.4.patch')
-rw-r--r-- | net-libs/opal/files/gcc-4.4.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-libs/opal/files/gcc-4.4.patch b/net-libs/opal/files/gcc-4.4.patch new file mode 100644 index 0000000..8514e67 --- /dev/null +++ b/net-libs/opal/files/gcc-4.4.patch @@ -0,0 +1,23 @@ +diff -ruN ../original/configure ./configure +--- ../original/configure 2009-05-19 12:52:57.000000000 +0300 ++++ ./configure 2009-06-21 04:19:51.687358162 +0300 +@@ -5080,7 +5080,6 @@ + opal_debug_flags="-g -D_DEBUG -DSOLARIS" + ;; + *) +- opal_release_flags="-Os" + opal_debug_flags="-g3 -ggdb -O0 -D_DEBUG" + ;; + esac +diff -ruN ../original/plugins/video/H.264/gpl/enc-ctx.cxx ./plugins/video/H.264/gpl/enc-ctx.cxx +--- ../original/plugins/video/H.264/gpl/enc-ctx.cxx 2009-05-19 12:52:39.000000000 +0300 ++++ ./plugins/video/H.264/gpl/enc-ctx.cxx 2009-06-21 04:19:37.890368559 +0300 +@@ -25,6 +25,8 @@ + #include "trace.h" + #include "rtpframe.h" + ++#include <cstdio> ++#include <cstring> + #include <stdlib.h> + #include <math.h> + #if defined(_WIN32) || defined(_WIN32_WCE) |