diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 02:41:35 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 02:41:35 +0000 |
commit | 42b5537a2ddf41881bbef9eb5b3013b81cbbb169 (patch) | |
tree | 955d50f415a159320d364fbf9a37fa65b85053f4 /media-gfx/pstoedit/pstoedit-3.33.ebuild | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-42b5537a2ddf41881bbef9eb5b3013b81cbbb169.tar.gz gentoo-2-42b5537a2ddf41881bbef9eb5b3013b81cbbb169.tar.bz2 gentoo-2-42b5537a2ddf41881bbef9eb5b3013b81cbbb169.zip |
Add die following econf for bug 48950
Diffstat (limited to 'media-gfx/pstoedit/pstoedit-3.33.ebuild')
-rw-r--r-- | media-gfx/pstoedit/pstoedit-3.33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/pstoedit/pstoedit-3.33.ebuild b/media-gfx/pstoedit/pstoedit-3.33.ebuild index b2b09aa98262..98d4d3e55aa4 100644 --- a/media-gfx/pstoedit/pstoedit-3.33.ebuild +++ b/media-gfx/pstoedit/pstoedit-3.33.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/media-gfx/pstoedit/pstoedit-3.33.ebuild,v 1.7 2004/02/16 10:46:57 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.33.ebuild,v 1.8 2004/04/26 02:40:42 agriffis Exp $ inherit libtool @@ -44,7 +44,7 @@ src_compile() { && myconf="${myconf} --with-libemf-include=/usr/include/libEMF" elibtoolize - econf ${myconf} + econf ${myconf} || die "econf failed" make || die } |