summaryrefslogtreecommitdiff
path: root/net-libs/opal/files/gcc-4.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/opal/files/gcc-4.4.patch')
-rw-r--r--net-libs/opal/files/gcc-4.4.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-libs/opal/files/gcc-4.4.patch b/net-libs/opal/files/gcc-4.4.patch
deleted file mode 100644
index 8514e67..0000000
--- a/net-libs/opal/files/gcc-4.4.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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)