diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:47:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:47:43 +0000 |
commit | 7e1c668438150f6e3ecfc3129a430fb26059c8f3 (patch) | |
tree | 99d72cc1556af8aac2b3cf059148867e7f2e84fa /net-misc/socat/socat-1.3.2.0.ebuild | |
parent | Fixed extra S= definition (diff) | |
download | gentoo-2-7e1c668438150f6e3ecfc3129a430fb26059c8f3.tar.gz gentoo-2-7e1c668438150f6e3ecfc3129a430fb26059c8f3.tar.bz2 gentoo-2-7e1c668438150f6e3ecfc3129a430fb26059c8f3.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-misc/socat/socat-1.3.2.0.ebuild')
-rw-r--r-- | net-misc/socat/socat-1.3.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/socat/socat-1.3.2.0.ebuild b/net-misc/socat/socat-1.3.2.0.ebuild index b40c9f0f7d7d..49844147377d 100644 --- a/net-misc/socat/socat-1.3.2.0.ebuild +++ b/net-misc/socat/socat-1.3.2.0.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-misc/socat/socat-1.3.2.0.ebuild,v 1.3 2003/09/05 22:01:49 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.3.2.0.ebuild,v 1.4 2004/04/26 12:44:02 agriffis Exp $ DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" @@ -28,7 +28,7 @@ src_compile() { use ipv6 || myconf="${myconf} --disable-ip6" sed -i "s:-Wall:${CFLAGS} -Wall:" Makefile.in - econf ${myconf} + econf ${myconf} || die "econf failed" # Calculating dependencies # (this seems to error out (due to gcc3?) but compiles work |