diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:51:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:51:37 +0000 |
commit | 01fe7ba997b0512f11d0eb79530647a25709754a (patch) | |
tree | 71a9caf24e4d48aafefd11bab7181716cb361cef /net-p2p/giftoxic | |
parent | Changed sed to use ${D} (diff) | |
download | historical-01fe7ba997b0512f11d0eb79530647a25709754a.tar.gz historical-01fe7ba997b0512f11d0eb79530647a25709754a.tar.bz2 historical-01fe7ba997b0512f11d0eb79530647a25709754a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-p2p/giftoxic')
-rw-r--r-- | net-p2p/giftoxic/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/giftoxic/giftoxic-0.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/giftoxic/ChangeLog b/net-p2p/giftoxic/ChangeLog index 34cbfefc57e2..03a7dbfefcf9 100644 --- a/net-p2p/giftoxic/ChangeLog +++ b/net-p2p/giftoxic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/giftoxic # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/ChangeLog,v 1.5 2004/04/20 18:03:54 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/ChangeLog,v 1.6 2004/04/26 12:46:31 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> giftoxic-0.0.9.ebuild: + Add die following econf for bug 48950 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> giftoxic-0.0.9.ebuild: diff --git a/net-p2p/giftoxic/giftoxic-0.0.9.ebuild b/net-p2p/giftoxic/giftoxic-0.0.9.ebuild index 95341d3c919b..41344ecf3a52 100644 --- a/net-p2p/giftoxic/giftoxic-0.0.9.ebuild +++ b/net-p2p/giftoxic/giftoxic-0.0.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/net-p2p/giftoxic/giftoxic-0.0.9.ebuild,v 1.4 2004/04/20 18:03:54 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.9.ebuild,v 1.5 2004/04/26 12:46:31 agriffis Exp $ IUSE="" @@ -20,7 +20,7 @@ DEPEND=">=x11-libs/gtk+-2.0.3 S="${WORKDIR}/${MY_P}" src_compile() { - econf --prefix=/usr + econf --prefix=/usr || die "econf failed" make CXXFLAGS="${CXXFLAGS}" || die } |