Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/hdf/files: 4.2.7_p1-autotools.patch
Date: Wed, 02 Jan 2013 17:25:05
Message-Id: 20130102172454.546C82171D@flycatcher.gentoo.org
1 xarthisius 13/01/02 17:24:54
2
3 Modified: 4.2.7_p1-autotools.patch
4 Log:
5 Reintroduce autotools workaround for IUSE="-ifortran" wrt #448726 c#2 by Vicente Olivert Riera <peratu@×××××××××.com>
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
8
9 Revision Changes Path
10 1.2 sci-libs/hdf/files/4.2.7_p1-autotools.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf/files/4.2.7_p1-autotools.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf/files/4.2.7_p1-autotools.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf/files/4.2.7_p1-autotools.patch?r1=1.1&r2=1.2
15
16 Index: 4.2.7_p1-autotools.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf/files/4.2.7_p1-autotools.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 4.2.7_p1-autotools.patch 13 Apr 2012 02:19:32 -0000 1.1
23 +++ 4.2.7_p1-autotools.patch 2 Jan 2013 17:24:54 -0000 1.2
24 @@ -114,16 +114,3 @@
25 endif
26
27 if HDF_BUILD_NETCDF
28 -@@ -50,11 +51,7 @@
29 - # fortran has been disabled in configure. The Fortran linker gets confused
30 - # when shared libraries are enabled, so when Fortran is not enabled,
31 - # this replaces the Fortran link macro with the C link macro.
32 --if HDF_BUILD_FORTRAN
33 -- # do nothing
34 --else
35 -- F77LINK = $(LINK)
36 --endif
37 -+
38 -
39 - #############################################################################
40 - ## And the cleanup ##