diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:48:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:48:40 +0000 |
commit | 62039af4080565fcac5fa14089037827437b60d2 (patch) | |
tree | a5d038ff09f7dedd709c7b7427c1fd1f0683beec /net-im/pork | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-62039af4080565fcac5fa14089037827437b60d2.tar.gz historical-62039af4080565fcac5fa14089037827437b60d2.tar.bz2 historical-62039af4080565fcac5fa14089037827437b60d2.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-im/pork')
-rw-r--r-- | net-im/pork/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/pork/pork-0.99.1.ebuild | 6 | ||||
-rw-r--r-- | net-im/pork/pork-0.99.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-im/pork/ChangeLog b/net-im/pork/ChangeLog index ebec021875aa..f6b85a0c7b6a 100644 --- a/net-im/pork/ChangeLog +++ b/net-im/pork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pork -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.13 2003/11/20 01:14:00 lostlogic Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.14 2004/04/26 04:46:37 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> pork-0.99.1.ebuild, + pork-0.99.2.ebuild: + Add die following econf for bug 48950 *pork-0.99.2 (19 Nov 2003) diff --git a/net-im/pork/pork-0.99.1.ebuild b/net-im/pork/pork-0.99.1.ebuild index e2662a61d89a..de7c749de7ff 100644 --- a/net-im/pork/pork-0.99.1.ebuild +++ b/net-im/pork/pork-0.99.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/net-im/pork/pork-0.99.1.ebuild,v 1.3 2003/11/20 18:02:08 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.1.ebuild,v 1.4 2004/04/26 04:46:37 agriffis Exp $ IUSE="" @@ -19,7 +19,7 @@ src_compile() { local myconf="" [ `use perl` ] || myconf="${myconf} --disable-perl" einfo "Configure options: ${myconf}" - econf ${myconf} + econf ${myconf} || die "econf failed" emake } diff --git a/net-im/pork/pork-0.99.2.ebuild b/net-im/pork/pork-0.99.2.ebuild index c628726cdfa4..29ff9d260d9c 100644 --- a/net-im/pork/pork-0.99.2.ebuild +++ b/net-im/pork/pork-0.99.2.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/net-im/pork/pork-0.99.2.ebuild,v 1.2 2003/11/20 18:02:08 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.2.ebuild,v 1.3 2004/04/26 04:46:37 agriffis Exp $ IUSE="" @@ -19,7 +19,7 @@ src_compile() { local myconf="" [ `use perl` ] || myconf="${myconf} --disable-perl" einfo "Configure options: ${myconf}" - econf ${myconf} + econf ${myconf} || die "econf failed" emake } |