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/apbs/apbs-1.4.1-r1.ebuild
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/apbs/apbs-1.4.1-r1.ebuild')
-rw-r--r--sci-chemistry/apbs/apbs-1.4.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
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
}