summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2008-02-19 08:41:43 +0000
committerJakub Moc <jakub@gentoo.org>2008-02-19 08:41:43 +0000
commitfaf086748be09d16d13fd3203648b4bbe1e81b80 (patch)
treed27d91787495c92eb4dcfde31ac723948958ac6f /sci-libs/nurbs++/nurbs++-3.0.11.ebuild
parentWhitespace (diff)
downloadsunrise-faf086748be09d16d13fd3203648b4bbe1e81b80.tar.gz
sunrise-faf086748be09d16d13fd3203648b4bbe1e81b80.tar.bz2
sunrise-faf086748be09d16d13fd3203648b4bbe1e81b80.zip
econf dies on its own
svn path=/sunrise/; revision=5723
Diffstat (limited to 'sci-libs/nurbs++/nurbs++-3.0.11.ebuild')
-rw-r--r--sci-libs/nurbs++/nurbs++-3.0.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/nurbs++/nurbs++-3.0.11.ebuild b/sci-libs/nurbs++/nurbs++-3.0.11.ebuild
index db456d30a..5487b130b 100644
--- a/sci-libs/nurbs++/nurbs++-3.0.11.ebuild
+++ b/sci-libs/nurbs++/nurbs++-3.0.11.ebuild
@@ -28,7 +28,7 @@ src_compile() {
--without-x \
$(use_enable debug) \
$(use_enable debug verbose-exception) \
- || die "econf failed!"
+
emake || die "emake failed!"
}