Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/opencv/files: opencv-2.2.0-fortran.patch
Date: Sun, 01 May 2011 17:53:47
Message-Id: 20110501175338.3944420057@flycatcher.gentoo.org
1 dilfridge 11/05/01 17:53:38
2
3 Added: opencv-2.2.0-fortran.patch
4 Log:
5 Need fortran enabled in gcc and cmake configure script, bug 365493
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/opencv/files/opencv-2.2.0-fortran.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opencv/files/opencv-2.2.0-fortran.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opencv/files/opencv-2.2.0-fortran.patch?rev=1.1&content-type=text/plain
14
15 Index: opencv-2.2.0-fortran.patch
16 ===================================================================
17 diff -ruN OpenCV-2.2.0.orig/CMakeLists.txt OpenCV-2.2.0/CMakeLists.txt
18 --- OpenCV-2.2.0.orig/CMakeLists.txt 2010-12-05 04:35:23.000000000 +0100
19 +++ OpenCV-2.2.0/CMakeLists.txt 2011-05-01 19:49:06.901193498 +0200
20 @@ -3,6 +3,9 @@
21 #
22 # From the off-tree build directory, invoke:
23 # $ cmake <PATH_TO_OPENCV_ROOT>
24 +
25 +ENABLE_LANGUAGE(Fortran)
26 +
27 #
28 #
29 # - OCT-2008: Initial version <joseluisblancoc@×××××.com>