summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/opencv/files/opencv-1.0.0-gcc44.patch')
-rw-r--r--media-libs/opencv/files/opencv-1.0.0-gcc44.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/opencv/files/opencv-1.0.0-gcc44.patch b/media-libs/opencv/files/opencv-1.0.0-gcc44.patch
new file mode 100644
index 000000000000..be7e67916b65
--- /dev/null
+++ b/media-libs/opencv/files/opencv-1.0.0-gcc44.patch
@@ -0,0 +1,12 @@
+diff -ur opencv-1.0.0.orig/cxcore/include/cxmisc.h opencv-1.0.0/cxcore/include/cxmisc.h
+--- opencv-1.0.0.orig/cxcore/include/cxmisc.h 2006-05-04 18:55:17.000000000 +0300
++++ opencv-1.0.0/cxcore/include/cxmisc.h 2009-07-25 23:13:51.000000000 +0300
+@@ -130,7 +130,7 @@
+ #include <alloca.h>
+ #elif defined HAVE_ALLOCA
+ #include <stdlib.h>
+-#elif
++#else
+ #error
+ #endif
+