Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/punc/files: 1.4-linking.patch
Date: Sun, 31 Oct 2010 15:01:12
Message-Id: 20101031150109.66DDC20054@flycatcher.gentoo.org
1 jlec 10/10/31 15:01:09
2
3 Modified: 1.4-linking.patch
4 Log:
5 Added missing linking libs
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-libs/punc/files/1.4-linking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/files/1.4-linking.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/files/1.4-linking.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/files/1.4-linking.patch?r1=1.1&r2=1.2
15
16 Index: 1.4-linking.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/files/1.4-linking.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 1.4-linking.patch 31 Oct 2010 13:30:08 -0000 1.1
23 +++ 1.4-linking.patch 31 Oct 2010 15:01:09 -0000 1.2
24 @@ -107,10 +107,10 @@
25
26 src/aaa_inc/Makefile
27 diff --git a/src/aaa_lib/Makefile.am b/src/aaa_lib/Makefile.am
28 -index 2e17d41..2e1ce1e 100644
29 +index 2e17d41..3cbb9b5 100644
30 --- a/src/aaa_lib/Makefile.am
31 +++ b/src/aaa_lib/Makefile.am
32 -@@ -102,11 +102,10 @@ else
33 +@@ -102,15 +102,14 @@ else
34 LIBPMG =
35 endif
36
37 @@ -123,12 +123,17 @@
38 libpunc_la_LDFLAGS = -version-info ${FETK_VERSION}
39
40 libvf2c_la_SOURCES =
41 +-libvf2c_la_LIBADD = ${VF2C_LIBS}
42 ++libvf2c_la_LIBADD = ${VF2C_LIBS} -lgfortran -lf2c -lm
43 + libvf2c_la_LDFLAGS = -version-info ${FETK_VERSION}
44 +
45 + libblas_la_SOURCES =
46 @@ -142,6 +141,6 @@ libcgcode_la_LIBADD = ${CGCODE_LIBS}
47 libcgcode_la_LDFLAGS = -version-info ${FETK_VERSION}
48
49 libpmg_la_SOURCES =
50 -libpmg_la_LIBADD = ${PMG_LIBS}
51 -+libpmg_la_LIBADD = ${PMG_LIBS} -lgfortran -lf2c -lmaloc -lm
52 ++libpmg_la_LIBADD = ${PMG_LIBS} ${BASE_LIBS} -lgfortran -lf2c -lmaloc -lm
53 libpmg_la_LDFLAGS = -version-info ${FETK_VERSION}
54
55 diff --git a/src/pmg/Makefile.am b/src/pmg/Makefile.am