diff options
Diffstat (limited to 'extra/opencv/opencv-1.0.0-gcc44.patch')
-rw-r--r-- | extra/opencv/opencv-1.0.0-gcc44.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/opencv/opencv-1.0.0-gcc44.patch b/extra/opencv/opencv-1.0.0-gcc44.patch new file mode 100644 index 000000000..971411b6c --- /dev/null +++ b/extra/opencv/opencv-1.0.0-gcc44.patch @@ -0,0 +1,12 @@ +diff -up opencv-1.0.0/cxcore/include/cxmisc.h.gcc44 opencv-1.0.0/cxcore/include/cxmisc.h +--- opencv-1.0.0/cxcore/include/cxmisc.h.gcc44 2006-05-04 17:55:17.000000000 +0200 ++++ opencv-1.0.0/cxcore/include/cxmisc.h 2009-04-22 12:42:49.000000000 +0200 +@@ -130,7 +130,7 @@ + #include <alloca.h> + #elif defined HAVE_ALLOCA + #include <stdlib.h> +-#elif ++#else + #error + #endif + |