From d06717a4afb0dc2ea2810786baa0cb86e52ebe08 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Sun, 25 Apr 2004 22:43:19 +0000 Subject: Add die following econf for bug 48950 --- app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild') diff --git a/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild b/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild index c85ae6672ea3..1485144ff988 100644 --- a/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild +++ b/app-pda/synce-rra/synce-rra-0.8.4-r1.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/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild,v 1.2 2004/01/02 13:09:20 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild,v 1.3 2004/04/25 22:41:06 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -17,7 +17,7 @@ DEPEND=">=dev-libs/check-0.8.2 >=app-pda/synce-librapi2-0.8" src_compile() { - econf + econf || die "econf failed" emake || die } -- cgit v1.2.3-65-gdbad