summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 16:13:47 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 16:13:47 +0000
commit2da17e0db7e74892113aceff1e0d7f98e61a00c2 (patch)
tree83eac1a31d26cbaecac9f6841c8b6c9e620dc0a7 /app-sci/systemc
parentFix bug 44646 (mozilla-firefox ebuild with native forward/back mouse button s... (diff)
downloadgentoo-2-2da17e0db7e74892113aceff1e0d7f98e61a00c2.tar.gz
gentoo-2-2da17e0db7e74892113aceff1e0d7f98e61a00c2.tar.bz2
gentoo-2-2da17e0db7e74892113aceff1e0d7f98e61a00c2.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-sci/systemc')
-rw-r--r--app-sci/systemc/ChangeLog7
-rw-r--r--app-sci/systemc/systemc-2.0.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-sci/systemc/ChangeLog b/app-sci/systemc/ChangeLog
index cb98e08d6755..c1434a191d55 100644
--- a/app-sci/systemc/ChangeLog
+++ b/app-sci/systemc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/systemc
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/ChangeLog,v 1.4 2003/10/23 13:47:05 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/ChangeLog,v 1.5 2004/04/26 16:09:27 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> systemc-2.0.1.ebuild:
+ Add die following econf for bug 48950
*systemc-2.0.1 (05 Dec 2002)
diff --git a/app-sci/systemc/systemc-2.0.1.ebuild b/app-sci/systemc/systemc-2.0.1.ebuild
index 6f6643d2dd3e..874ea536426e 100644
--- a/app-sci/systemc/systemc-2.0.1.ebuild
+++ b/app-sci/systemc/systemc-2.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/systemc-2.0.1.ebuild,v 1.4 2003/02/13 09:26:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/systemc-2.0.1.ebuild,v 1.5 2004/04/26 16:09:27 agriffis Exp $
IUSE=""
@@ -33,7 +33,7 @@ src_unpack() {
}
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
cd ${S}/src/systemc/kernel
ar cru ../../../src/libsystemc.a sc_attribute.o sc_cor_fiber.o sc_cor_qt.o sc_event.o sc_kernel_ids.o sc_lambda.o sc_main.o sc_module.o sc_module_name.o sc_module_registry.o sc_name_gen.o sc_object.o sc_object_manager.o sc_process_int.o sc_runnable.o sc_sensitive.o sc_simcontext.o sc_time.o sc_ver.o sc_wait.o sc_wait_cthread.o