Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/PDL/files: PDL-2.4.3-PIC.patch
Date: Tue, 11 Sep 2007 16:45:19
Message-Id: E1IV8kZ-0001tZ-MO@stork.gentoo.org
1 jer 07/09/11 16:38:07
2
3 Added: PDL-2.4.3-PIC.patch
4 Log:
5 Turn sed script into patch (bug #180807).
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.1 dev-perl/PDL/files/PDL-2.4.3-PIC.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/files/PDL-2.4.3-PIC.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/files/PDL-2.4.3-PIC.patch?rev=1.1&content-type=text/plain
13
14 Index: PDL-2.4.3-PIC.patch
15 ===================================================================
16 --- Lib/Slatec/Makefile.PL 2007-09-11 18:30:14.000000000 +0200
17 +++ Lib/Slatec/Makefile.PL 2007-09-11 18:28:55.000000000 +0200
18 @@ -136,7 +136,7 @@
19 ("
20
21 slatec/$_\$(OBJ_EXT): slatec/$_.f
22 - $mycompiler -c $hack_64bit -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f
23 + $mycompiler -c -fPIC -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f
24 " )} @slatecfiles;
25
26 }
27
28
29
30 --
31 gentoo-commits@g.o mailing list