diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:43:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:43:52 +0000 |
commit | c88477d1d022855f3527a231d98d1e9dce7333de (patch) | |
tree | 66f1c24bf15a56fe9c5104dc6e7da915b50f8296 /x11-libs/wxGTK | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.gz gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.bz2 gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.0.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
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 |