summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-10-30 07:30:54 +0000
committerJustin Lecher <jlec@gentoo.org>2014-10-30 07:30:54 +0000
commitef46e76a2b4c50fbc2a91f2b9c244b1fcee5bd04 (patch)
tree72ac539ec89352582892c0b607a6bb9e5c1c1a36 /sci-chemistry
parentversion bump (diff)
downloadgentoo-2-ef46e76a2b4c50fbc2a91f2b9c244b1fcee5bd04.tar.gz
gentoo-2-ef46e76a2b4c50fbc2a91f2b9c244b1fcee5bd04.tar.bz2
gentoo-2-ef46e76a2b4c50fbc2a91f2b9c244b1fcee5bd04.zip
sci-chemistry/apbs: Fix build problems, #527344
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/apbs/ChangeLog5
-rw-r--r--sci-chemistry/apbs/apbs-1.4.1-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-chemistry/apbs/ChangeLog b/sci-chemistry/apbs/ChangeLog
index d189a27f63ee..8d497d360009 100644
--- a/sci-chemistry/apbs/ChangeLog
+++ b/sci-chemistry/apbs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/apbs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.68 2014/10/28 13:10:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.69 2014/10/30 07:30:54 jlec Exp $
+
+ 30 Oct 2014; Justin Lecher <jlec@gentoo.org> apbs-1.4.1-r1.ebuild:
+ Fix build problems, #527344
*apbs-1.4.1-r1 (28 Oct 2014)
diff --git a/sci-chemistry/apbs/apbs-1.4.1-r1.ebuild b/sci-chemistry/apbs/apbs-1.4.1-r1.ebuild
index 61461b25cfef..f005123c55bd 100644
--- a/sci-chemistry/apbs/apbs-1.4.1-r1.ebuild
+++ b/sci-chemistry/apbs/apbs-1.4.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r1.ebuild,v 1.1 2014/10/28 13:10:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r1.ebuild,v 1.2 2014/10/30 07:30:54 jlec Exp $
EAPI=5
@@ -99,6 +99,7 @@ src_configure() {
src_compile(){
cmake-utils_src_compile
if use python; then
+ append-ldflags -L"${S}"/lib
cd tools/python && distutils-r1_src_compile
fi
}