summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:35:00 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:35:00 +0000
commitcaa06d3824362cd5671bccb2d0d5c910a098f52a (patch)
tree5368142065af482c190a2dc4f73f63d06af511b0 /sys-apps/supersed
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-caa06d3824362cd5671bccb2d0d5c910a098f52a.tar.gz
historical-caa06d3824362cd5671bccb2d0d5c910a098f52a.tar.bz2
historical-caa06d3824362cd5671bccb2d0d5c910a098f52a.zip
Add die following econf for bug 48950
Diffstat (limited to 'sys-apps/supersed')
-rw-r--r--sys-apps/supersed/ChangeLog5
-rw-r--r--sys-apps/supersed/supersed-3.58-r1.ebuild4
-rw-r--r--sys-apps/supersed/supersed-3.58-r2.ebuild4
-rw-r--r--sys-apps/supersed/supersed-3.60.ebuild4
4 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/supersed/ChangeLog b/sys-apps/supersed/ChangeLog
index 7fb8ef297ebe..36b224d05119 100644
--- a/sys-apps/supersed/ChangeLog
+++ b/sys-apps/supersed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/supersed
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/ChangeLog,v 1.9 2004/03/07 13:15:06 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/ChangeLog,v 1.10 2004/04/26 14:32:54 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> supersed-3.60.ebuild:
+ Add die following econf for bug 48950
07 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> supersed-3.60.ebuild:
stable on sparc, tests pass
diff --git a/sys-apps/supersed/supersed-3.58-r1.ebuild b/sys-apps/supersed/supersed-3.58-r1.ebuild
index e1f17eff2b6a..b57551ba798c 100644
--- a/sys-apps/supersed/supersed-3.58-r1.ebuild
+++ b/sys-apps/supersed/supersed-3.58-r1.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/sys-apps/supersed/supersed-3.58-r1.ebuild,v 1.9 2003/09/07 00:57:02 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/supersed-3.58-r1.ebuild,v 1.10 2004/04/26 14:32:54 agriffis Exp $
IUSE="nls static build"
diff --git a/sys-apps/supersed/supersed-3.58-r2.ebuild b/sys-apps/supersed/supersed-3.58-r2.ebuild
index 8fc117c802ee..b6314882caf8 100644
--- a/sys-apps/supersed/supersed-3.58-r2.ebuild
+++ b/sys-apps/supersed/supersed-3.58-r2.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/sys-apps/supersed/supersed-3.58-r2.ebuild,v 1.11 2003/09/07 00:57:02 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/supersed-3.58-r2.ebuild,v 1.12 2004/04/26 14:32:54 agriffis Exp $
IUSE="nls static build"
diff --git a/sys-apps/supersed/supersed-3.60.ebuild b/sys-apps/supersed/supersed-3.60.ebuild
index 724234528a55..80ce90b96c00 100644
--- a/sys-apps/supersed/supersed-3.60.ebuild
+++ b/sys-apps/supersed/supersed-3.60.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/sys-apps/supersed/supersed-3.60.ebuild,v 1.4 2004/03/07 13:15:06 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/supersed/supersed-3.60.ebuild,v 1.5 2004/04/26 14:32:54 agriffis Exp $
IUSE="nls static"
@@ -32,7 +32,7 @@ src_unpack() {
src_compile() {
econf --program-prefix=s \
- `use_enable nls`
+ `use_enable nls` || die "econf failed"
if use static; then
emake LDFLAGS="-static" || die "make failed"