diff options
Diffstat (limited to 'sys-apps/xinetd/xinetd-2.3.12.ebuild')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.12.ebuild b/sys-apps/xinetd/xinetd-2.3.12.ebuild index 94aa8184cd74..4ffd19b8cb46 100644 --- a/sys-apps/xinetd/xinetd-2.3.12.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.12.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/sys-apps/xinetd/xinetd-2.3.12.ebuild,v 1.11 2004/02/23 00:54:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.12.ebuild,v 1.12 2004/04/26 14:35:00 agriffis Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -22,7 +22,7 @@ src_compile() { # the --with-inet6 is now obsolete. Services will default to IPv4 unless configured otherwise. - econf --with-loadavg ${myconf} + econf --with-loadavg ${myconf} || die "econf failed" # Fix CFLAGS sed "/^CFLAGS/s/+=/=/" < Makefile > makefile |