diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:54:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:54:43 +0000 |
commit | 593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37 (patch) | |
tree | 89503ef7c0131e5c52d048ec32fc869aaac129f9 /x11-misc/icesndcfg | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37.tar.gz gentoo-2-593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37.tar.bz2 gentoo-2-593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-misc/icesndcfg')
-rw-r--r-- | x11-misc/icesndcfg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/icesndcfg/ChangeLog b/x11-misc/icesndcfg/ChangeLog index 6a1ac0969ee5..fce4356d76f6 100644 --- a/x11-misc/icesndcfg/ChangeLog +++ b/x11-misc/icesndcfg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icesndcfg # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.7 2004/04/01 10:16:38 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.8 2004/04/26 14:50:17 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> icesndcfg-1.1.ebuild: + Add die following econf for bug 48950 01 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> icesndcfg-1.1.ebuild: Fixing sandbox problem, see bug #45723 diff --git a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild b/x11-misc/icesndcfg/icesndcfg-1.1.ebuild index 84b8775c037a..626415f8d989 100644 --- a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild +++ b/x11-misc/icesndcfg/icesndcfg-1.1.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-misc/icesndcfg/icesndcfg-1.1.ebuild,v 1.5 2004/04/01 10:16:38 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.1.ebuild,v 1.6 2004/04/26 14:50:17 agriffis Exp $ IUSE="" @@ -17,7 +17,7 @@ KEYWORDS="x86 sparc " src_compile () { addwrite ${QTDIR}/etc/settings - econf + econf || die "econf failed" emake || die } |