summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/opencv/files/opencv-2.2.0-fortran.patch')
-rw-r--r--media-libs/opencv/files/opencv-2.2.0-fortran.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/opencv/files/opencv-2.2.0-fortran.patch b/media-libs/opencv/files/opencv-2.2.0-fortran.patch
deleted file mode 100644
index 3ebe570..0000000
--- a/media-libs/opencv/files/opencv-2.2.0-fortran.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ruN OpenCV-2.2.0.orig/CMakeLists.txt OpenCV-2.2.0/CMakeLists.txt
---- OpenCV-2.2.0.orig/CMakeLists.txt 2010-12-05 04:35:23.000000000 +0100
-+++ OpenCV-2.2.0/CMakeLists.txt 2011-05-01 19:49:06.901193498 +0200
-@@ -3,6 +3,9 @@
- #
- # From the off-tree build directory, invoke:
- # $ cmake <PATH_TO_OPENCV_ROOT>
-+
-+ENABLE_LANGUAGE(Fortran)
-+
- #
- #
- # - OCT-2008: Initial version <joseluisblancoc@gmail.com>