diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-10-31 15:01:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-10-31 15:01:09 +0000 |
commit | c9a7490ba353afbf32213dbd4ddade3688e6765c (patch) | |
tree | e0c6cbf79c8e7eef7074f0edcc35e2e277564c96 /sci-libs | |
parent | Add package to maintainer-needed. (diff) | |
download | gentoo-2-c9a7490ba353afbf32213dbd4ddade3688e6765c.tar.gz gentoo-2-c9a7490ba353afbf32213dbd4ddade3688e6765c.tar.bz2 gentoo-2-c9a7490ba353afbf32213dbd4ddade3688e6765c.zip |
Added missing linking libs
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/punc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/punc/files/1.4-linking.patch | 11 |
2 files changed, 12 insertions, 4 deletions
diff --git a/sci-libs/punc/ChangeLog b/sci-libs/punc/ChangeLog index 8571532b5cca..17f190b710fb 100644 --- a/sci-libs/punc/ChangeLog +++ b/sci-libs/punc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/punc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.4 2010/10/31 13:30:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.5 2010/10/31 15:01:09 jlec Exp $ + + 31 Oct 2010; Justin Lecher <jlec@gentoo.org> files/1.4-linking.patch: + Added missing linking libs *punc-1.4 (31 Oct 2010) diff --git a/sci-libs/punc/files/1.4-linking.patch b/sci-libs/punc/files/1.4-linking.patch index e6cab2caca13..bdd19e7c0236 100644 --- a/sci-libs/punc/files/1.4-linking.patch +++ b/sci-libs/punc/files/1.4-linking.patch @@ -107,10 +107,10 @@ index fcff075..f1262da 100644 src/aaa_inc/Makefile diff --git a/src/aaa_lib/Makefile.am b/src/aaa_lib/Makefile.am -index 2e17d41..2e1ce1e 100644 +index 2e17d41..3cbb9b5 100644 --- a/src/aaa_lib/Makefile.am +++ b/src/aaa_lib/Makefile.am -@@ -102,11 +102,10 @@ else +@@ -102,15 +102,14 @@ else LIBPMG = endif @@ -123,12 +123,17 @@ index 2e17d41..2e1ce1e 100644 libpunc_la_LDFLAGS = -version-info ${FETK_VERSION} libvf2c_la_SOURCES = +-libvf2c_la_LIBADD = ${VF2C_LIBS} ++libvf2c_la_LIBADD = ${VF2C_LIBS} -lgfortran -lf2c -lm + libvf2c_la_LDFLAGS = -version-info ${FETK_VERSION} + + libblas_la_SOURCES = @@ -142,6 +141,6 @@ libcgcode_la_LIBADD = ${CGCODE_LIBS} libcgcode_la_LDFLAGS = -version-info ${FETK_VERSION} libpmg_la_SOURCES = -libpmg_la_LIBADD = ${PMG_LIBS} -+libpmg_la_LIBADD = ${PMG_LIBS} -lgfortran -lf2c -lmaloc -lm ++libpmg_la_LIBADD = ${PMG_LIBS} ${BASE_LIBS} -lgfortran -lf2c -lmaloc -lm libpmg_la_LDFLAGS = -version-info ${FETK_VERSION} diff --git a/src/pmg/Makefile.am b/src/pmg/Makefile.am |