summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/dsdp/dsdp-5.8.ebuild')
-rw-r--r--sci-libs/dsdp/dsdp-5.8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/dsdp/dsdp-5.8.ebuild b/sci-libs/dsdp/dsdp-5.8.ebuild
index 5c8b8e42d2b5..fc29c136458b 100644
--- a/sci-libs/dsdp/dsdp-5.8.ebuild
+++ b/sci-libs/dsdp/dsdp-5.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/dsdp/dsdp-5.8.ebuild,v 1.1 2011/03/07 05:33:34 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/dsdp/dsdp-5.8.ebuild,v 1.2 2011/03/14 17:22:50 bicatali Exp $
EAPI="4"
inherit eutils toolchain-funcs versionator
@@ -31,6 +31,7 @@ make_shared_lib() {
}
src_prepare() {
+ epatch "${FILESDIR}"/${P}-readsdpa.patch
# to do proper parallel compilation
find . -name Makefile -exec \
sed -i -e 's:make :$(MAKE) :g' '{}' \;