summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:43:52 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:43:52 +0000
commitc88477d1d022855f3527a231d98d1e9dce7333de (patch)
tree66f1c24bf15a56fe9c5104dc6e7da915b50f8296
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.gz
gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.bz2
gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.zip
Add die following econf for bug 48950
-rw-r--r--sys-fs/lvm2/ChangeLog6
-rw-r--r--sys-fs/lvm2/lvm2-2.00.08.ebuild4
-rw-r--r--sys-fs/lvm2/lvm2-2.00.15.ebuild4
-rw-r--r--sys-fs/mtools/ChangeLog8
-rw-r--r--sys-fs/mtools/mtools-3.9.8-r1.ebuild4
-rw-r--r--sys-fs/mtools/mtools-3.9.9.ebuild4
-rw-r--r--sys-libs/libxcrypt/ChangeLog7
-rw-r--r--sys-libs/libxcrypt/libxcrypt-2.0.ebuild4
-rw-r--r--sys-libs/lwp/ChangeLog7
-rw-r--r--sys-libs/lwp/lwp-1.9.ebuild4
-rw-r--r--sys-libs/rvm/ChangeLog7
-rw-r--r--sys-libs/rvm/rvm-1.6.ebuild4
-rw-r--r--x11-libs/guile-gtk/ChangeLog6
-rw-r--r--x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild4
-rw-r--r--x11-libs/guile-gtk/guile-gtk-0.19.ebuild4
-rw-r--r--x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild6
-rw-r--r--x11-libs/wxGTK/ChangeLog6
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.0.ebuild4
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild4
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.2.ebuild4
20 files changed, 63 insertions, 38 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog
index dd7bc69ec7b6..563eacc162fb 100644
--- a/sys-fs/lvm2/ChangeLog
+++ b/sys-fs/lvm2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/lvm2
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.12 2004/04/24 17:05:14 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.13 2004/04/26 14:39:05 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> lvm2-2.00.08.ebuild,
+ lvm2-2.00.15.ebuild:
+ Add die following econf for bug 48950
*lvm2-2.00.15 (24 Apr 2004)
diff --git a/sys-fs/lvm2/lvm2-2.00.08.ebuild b/sys-fs/lvm2/lvm2-2.00.08.ebuild
index 4afd1310e4fb..0055e4996895 100644
--- a/sys-fs/lvm2/lvm2-2.00.08.ebuild
+++ b/sys-fs/lvm2/lvm2-2.00.08.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-fs/lvm2/lvm2-2.00.08.ebuild,v 1.8 2004/03/10 04:32:22 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.00.08.ebuild,v 1.9 2004/04/26 14:39:05 agriffis Exp $
DESCRIPTION="User-land utilities for LVM2 (device-mapper) software."
HOMEPAGE="http://sources.redhat.com/lvm2/"
@@ -17,7 +17,7 @@ RDEPEND="${DEPEND}
S="${WORKDIR}/${PN/lvm/LVM}.${PV}"
src_compile() {
- econf
+ econf || die "econf failed"
# Parallel build doesn't work.
emake -j1 || die "compile problem"
diff --git a/sys-fs/lvm2/lvm2-2.00.15.ebuild b/sys-fs/lvm2/lvm2-2.00.15.ebuild
index 11aa424c5bc5..c49d3ca64e3e 100644
--- a/sys-fs/lvm2/lvm2-2.00.15.ebuild
+++ b/sys-fs/lvm2/lvm2-2.00.15.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-fs/lvm2/lvm2-2.00.15.ebuild,v 1.2 2004/04/24 17:19:06 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.00.15.ebuild,v 1.3 2004/04/26 14:39:05 agriffis Exp $
DESCRIPTION="User-land utilities for LVM2 (device-mapper) software."
HOMEPAGE="http://sources.redhat.com/lvm2/"
@@ -17,7 +17,7 @@ RDEPEND="${DEPEND}
S="${WORKDIR}/${PN/lvm/LVM}.${PV}"
src_compile() {
- econf
+ econf || die "econf failed"
# Parallel build doesn't work.
emake -j1 || die "compile problem"
diff --git a/sys-fs/mtools/ChangeLog b/sys-fs/mtools/ChangeLog
index a56bd01cc2a6..f7f4f971ac64 100644
--- a/sys-fs/mtools/ChangeLog
+++ b/sys-fs/mtools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/mtools
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.3 2004/01/03 14:27:30 mholzer Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.4 2004/04/26 14:39:57 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mtools-3.9.8-r1.ebuild,
+ mtools-3.9.9.ebuild:
+ Add die following econf for bug 48950
*mtools-3.9.9 (03 Jan 2004)
diff --git a/sys-fs/mtools/mtools-3.9.8-r1.ebuild b/sys-fs/mtools/mtools-3.9.8-r1.ebuild
index 24b1e55381b0..d35290262f68 100644
--- a/sys-fs/mtools/mtools-3.9.8-r1.ebuild
+++ b/sys-fs/mtools/mtools-3.9.8-r1.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-fs/mtools/mtools-3.9.8-r1.ebuild,v 1.4 2004/03/07 19:16:45 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.8-r1.ebuild,v 1.5 2004/04/26 14:39:57 agriffis Exp $
DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
SRC_URI="http://mtools.linux.lu/${P}.tar.gz"
@@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc alpha ~amd64"
DEPEND="sys-apps/texinfo"
src_compile() {
- econf --sysconfdir=/etc/mtools
+ econf --sysconfdir=/etc/mtools || die "econf failed"
make || die
}
diff --git a/sys-fs/mtools/mtools-3.9.9.ebuild b/sys-fs/mtools/mtools-3.9.9.ebuild
index 8ee566eb7c51..49095d90b29e 100644
--- a/sys-fs/mtools/mtools-3.9.9.ebuild
+++ b/sys-fs/mtools/mtools-3.9.9.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-fs/mtools/mtools-3.9.9.ebuild,v 1.2 2004/03/07 19:16:45 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.9.ebuild,v 1.3 2004/04/26 14:39:57 agriffis Exp $
DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
SRC_URI="http://mtools.linux.lu/${P}.tar.gz"
@@ -13,7 +13,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
DEPEND="sys-apps/texinfo"
src_compile() {
- econf --sysconfdir=/etc/mtools
+ econf --sysconfdir=/etc/mtools || die "econf failed"
make || die
}
diff --git a/sys-libs/libxcrypt/ChangeLog b/sys-libs/libxcrypt/ChangeLog
index b93ca7c13052..b40e9fbb3695 100644
--- a/sys-libs/libxcrypt/ChangeLog
+++ b/sys-libs/libxcrypt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libxcrypt
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.1 2004/01/20 23:10:23 method Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.2 2004/04/26 14:40:52 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> libxcrypt-2.0.ebuild:
+ Add die following econf for bug 48950
*libxcrypt-2.0 (20 Jan 2004)
diff --git a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
index f212cc276035..f509a391c8b2 100644
--- a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-2.0.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-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.1 2004/01/20 23:10:23 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.2 2004/04/26 14:40:52 agriffis Exp $
DESCRIPTION="Libxcrypt is a replacement for libcrypt, which comes with the GNU C \
Library. It supports DES crypt, MD5, and passwords with blowfish encryption."
@@ -25,7 +25,7 @@ src_unpack() {
}
src_compile() {
- econf
+ econf || die "econf failed"
emake
}
diff --git a/sys-libs/lwp/ChangeLog b/sys-libs/lwp/ChangeLog
index 037149e8556f..20d14207d431 100644
--- a/sys-libs/lwp/ChangeLog
+++ b/sys-libs/lwp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/lwp
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/ChangeLog,v 1.4 2004/03/01 20:14:38 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/ChangeLog,v 1.5 2004/04/26 14:41:27 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> lwp-1.9.ebuild:
+ Add die following econf for bug 48950
*lwp-1.10 (15 Nov 2003)
diff --git a/sys-libs/lwp/lwp-1.9.ebuild b/sys-libs/lwp/lwp-1.9.ebuild
index 126db0c9687a..96117e1de727 100644
--- a/sys-libs/lwp/lwp-1.9.ebuild
+++ b/sys-libs/lwp/lwp-1.9.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-libs/lwp/lwp-1.9.ebuild,v 1.6 2004/02/22 12:35:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/lwp-1.9.ebuild,v 1.7 2004/04/26 14:41:27 agriffis Exp $
DESCRIPTION="Light weight process library (used by Coda). This is NOT libwww-perl."
HOMEPAGE="http://www.coda.cs.cmu.edu/"
@@ -13,7 +13,7 @@ KEYWORDS="x86"
DEPEND="virtual/glibc"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}
diff --git a/sys-libs/rvm/ChangeLog b/sys-libs/rvm/ChangeLog
index c2013c0351be..8a1f60b219de 100644
--- a/sys-libs/rvm/ChangeLog
+++ b/sys-libs/rvm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/rvm
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v 1.4 2003/11/15 10:29:46 seemant Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v 1.5 2004/04/26 14:42:08 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> rvm-1.6.ebuild:
+ Add die following econf for bug 48950
*rvm-1.8 (15 Nov 2003)
diff --git a/sys-libs/rvm/rvm-1.6.ebuild b/sys-libs/rvm/rvm-1.6.ebuild
index 79eee9dda5fd..d79c45f48f6c 100644
--- a/sys-libs/rvm/rvm-1.6.ebuild
+++ b/sys-libs/rvm/rvm-1.6.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-libs/rvm/rvm-1.6.ebuild,v 1.7 2004/02/22 12:30:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.6.ebuild,v 1.8 2004/04/26 14:42:08 agriffis Exp $
DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
HOMEPAGE="http://www.coda.cs.cmu.edu/"
@@ -14,7 +14,7 @@ DEPEND="virtual/glibc
>=sys-libs/lwp-1.9"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog
index 79cae1642d3e..a7badc4d0f94 100644
--- a/x11-libs/guile-gtk/ChangeLog
+++ b/x11-libs/guile-gtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/guile-gtk
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.7 2004/04/17 23:02:17 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.8 2004/04/26 14:42:51 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> guile-gtk-0.19-r1.ebuild,
+ guile-gtk-1.2.0.31.ebuild:
+ Add die following econf for bug 48950
17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> guile-gtk-0.19-r1.ebuild:
Inherit eutils, added IUSE=
diff --git a/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild b/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild
index 1e14ab727287..616d018533ea 100644
--- a/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild
+++ b/x11-libs/guile-gtk/guile-gtk-0.19-r1.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/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild,v 1.4 2004/04/17 23:02:17 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild,v 1.5 2004/04/26 14:42:51 agriffis Exp $
inherit eutils
@@ -17,7 +17,7 @@ DEPEND="=dev-util/guile-1.4*
src_compile() {
epatch ${FILESDIR}/${P}-Makefile.in.patch
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/x11-libs/guile-gtk/guile-gtk-0.19.ebuild b/x11-libs/guile-gtk/guile-gtk-0.19.ebuild
index 0cbbb9b7a54d..6de84f0858d8 100644
--- a/x11-libs/guile-gtk/guile-gtk-0.19.ebuild
+++ b/x11-libs/guile-gtk/guile-gtk-0.19.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/x11-libs/guile-gtk/guile-gtk-0.19.ebuild,v 1.4 2003/02/13 16:58:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-0.19.ebuild,v 1.5 2004/04/26 14:42:51 agriffis Exp $
DESCRIPTION="GTK+ bindings for guile"
SRC_URI="http://www.ping.de/sites/zagadka/guile-gtk/download/${P}.tar.gz"
diff --git a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild
index f9710ca3ae71..bf0489de74d8 100644
--- a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild
+++ b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.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/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.2 2004/01/10 14:50:34 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.3 2004/04/26 14:42:51 agriffis Exp $
MAJOR_PV=${PV%.[0-9]*.[0-9]*}
MINOR_PV=${PV#[0-9]*.[0-9]*.}
@@ -20,7 +20,7 @@ S=${WORKDIR}/${PN}-${MAJOR_PV}-${MINOR_PV}
src_compile() {
#patch < ${FILESDIR}/${P}-Makefile.in.patch || die "patch failed"
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index f97db06f1703..f64c0c97fb04 100644
--- a/x11-libs/wxGTK/ChangeLog
+++ b/x11-libs/wxGTK/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/wxGTK
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.47 2004/04/17 23:02:17 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.48 2004/04/26 14:43:52 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> wxGTK-2.4.0.ebuild,
+ wxGTK-2.4.1-r1.ebuild, wxGTK-2.4.2.ebuild:
+ Add die following econf for bug 48950
17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> wxGTK-2.4.1-r1.ebuild,
wxGTK-2.4.2.ebuild:
diff --git a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild b/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
index 341c6a137251..9a1d10bf2994 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.0.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/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.15 2004/03/25 06:46:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.16 2004/04/26 14:43:52 agriffis Exp $
DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
@@ -89,7 +89,7 @@ src_compile() {
#use gtk2 && myconf="${myconf} --enable-gtk2 --enable-unicode"
use gtk2 && myconf="${myconf} --enable-gtk2"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "make failed"
}
diff --git a/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild
index bc262afb2b7f..34a4d0e6a59e 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.1-r1.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/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild,v 1.9 2004/04/17 23:02:17 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild,v 1.10 2004/04/26 14:43:52 agriffis Exp $
inherit eutils
@@ -86,7 +86,7 @@ src_compile() {
#use gtk2 && myconf="${myconf} --enable-gtk2 --enable-unicode"
use gtk2 && myconf="${myconf} --enable-gtk2"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "make failed"
cd ${S}/contrib/src
diff --git a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
index 4a91a8025fe2..d03312b26b46 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.2.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/x11-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.10 2004/04/17 23:02:17 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.11 2004/04/26 14:43:52 agriffis Exp $
inherit eutils
@@ -65,7 +65,7 @@ src_compile() {
# only enable odbc if unicode is not enabled.
[ -n "`use gtk2`" -a -n "`use unicode`" ] || myconf="${myconf} `use_with odbc`"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "make failed"
cd ${S}/contrib/src