Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/pvm/files: pvm-3.4.5-respect-cflags.patch
Date: Mon, 24 Mar 2008 19:45:44
Message-Id: E1Jdsbm-0007M8-1U@stork.gentoo.org
1 dberkholz 08/03/24 19:45:26
2
3 Added: pvm-3.4.5-respect-cflags.patch
4 Log:
5 Actually respect the user's compiler and CFLAGS. Build libpvm3.a PIC so that other apps can link against it on architectures such as amd64.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 sys-cluster/pvm/files/pvm-3.4.5-respect-cflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pvm/files/pvm-3.4.5-respect-cflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pvm/files/pvm-3.4.5-respect-cflags.patch?rev=1.1&content-type=text/plain
13
14 Index: pvm-3.4.5-respect-cflags.patch
15 ===================================================================
16 diff -ur pvm3.orig/Makefile.aimk pvm3/Makefile.aimk
17 --- pvm3.orig/Makefile.aimk 2008-03-24 12:37:29.000000000 -0700
18 +++ pvm3/Makefile.aimk 2008-03-24 12:37:42.000000000 -0700
19 @@ -34,9 +34,9 @@
20 #
21
22 PVMOPTS = CC="$(CC)" \
23 - F77="$(F77)"
24 + F77="$(F77)" \
25 + CFLOPTS="$(CFLOPTS)"
26
27 -# CFLOPTS="$(CFLOPTS)"
28 # FFLOPTS="$(FFLOPTS)"
29 # PVMDIR=$(PVMDIR)
30
31
32
33
34 --
35 gentoo-commits@l.g.o mailing list