aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan-Christofer Demay <jcdemay@gmail.com>2009-10-24 02:10:15 +0000
committerJonathan-Christofer Demay <jcdemay@gmail.com>2009-10-24 02:10:15 +0000
commit141213944060bec201741e16fe6a5083185bc86d (patch)
tree4b57a44041dd2961852339af42dd047f9f428a09 /sci-mathematics/why/why-2.19.ebuild
parentvarious eapi2 updates (diff)
downloadsci-141213944060bec201741e16fe6a5083185bc86d.tar.gz
sci-141213944060bec201741e16fe6a5083185bc86d.tar.bz2
sci-141213944060bec201741e16fe6a5083185bc86d.zip
more eapi2 updates
Diffstat (limited to 'sci-mathematics/why/why-2.19.ebuild')
-rw-r--r--sci-mathematics/why/why-2.19.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-mathematics/why/why-2.19.ebuild b/sci-mathematics/why/why-2.19.ebuild
index aa882d08f..46af70f51 100644
--- a/sci-mathematics/why/why-2.19.ebuild
+++ b/sci-mathematics/why/why-2.19.ebuild
@@ -42,8 +42,11 @@ src_prepare() {
eautoreconf
}
-src_compile(){
+src_configure() {
econf $(use_enable apron) PATH="/usr/bin:$PATH" || die "econf failed"
+}
+
+src_compile(){
emake DESTDIR="/" || die "emake failed"
}