summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:57:28 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:57:28 +0000
commit015ebdf3ac894530c72a1d7c00f1f6329229c05a (patch)
tree00892c3924d26ea25428b310a72a2b3eb76ee873 /app-sci/snns
parentUpdate so gcc-3.4 is respected (#48933). (diff)
downloadhistorical-015ebdf3ac894530c72a1d7c00f1f6329229c05a.tar.gz
historical-015ebdf3ac894530c72a1d7c00f1f6329229c05a.tar.bz2
historical-015ebdf3ac894530c72a1d7c00f1f6329229c05a.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-sci/snns')
-rw-r--r--app-sci/snns/ChangeLog5
-rw-r--r--app-sci/snns/snns-4.2-r4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/snns/ChangeLog b/app-sci/snns/ChangeLog
index febaebedfee0..0241d26f89e6 100644
--- a/app-sci/snns/ChangeLog
+++ b/app-sci/snns/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/snns
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/ChangeLog,v 1.10 2004/04/19 12:27:48 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/ChangeLog,v 1.11 2004/04/25 22:54:59 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> snns-4.2-r4.ebuild:
+ Add die following econf for bug 48950
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> snns-4.2-r3.ebuild,
snns-4.2-r4.ebuild, files/snns-4.2-gentoo.patch:
diff --git a/app-sci/snns/snns-4.2-r4.ebuild b/app-sci/snns/snns-4.2-r4.ebuild
index 4bb002a7d651..27d4d7ecc26a 100644
--- a/app-sci/snns/snns-4.2-r4.ebuild
+++ b/app-sci/snns/snns-4.2-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/snns-4.2-r4.ebuild,v 1.3 2004/04/19 12:27:48 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/snns/snns-4.2-r4.ebuild,v 1.4 2004/04/25 22:54:59 agriffis Exp $
inherit eutils
@@ -41,7 +41,7 @@ src_compile() {
myconf="${myconf} --without-x"
fi
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake ${compileopts} || die "emake failed"
}