diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:43:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:43:19 +0000 |
commit | d06717a4afb0dc2ea2810786baa0cb86e52ebe08 (patch) | |
tree | c3a0e1dcea231dba799c35c64276da8272536980 /app-pda/synce-rra/synce-rra-0.8.4.ebuild | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-d06717a4afb0dc2ea2810786baa0cb86e52ebe08.tar.gz gentoo-2-d06717a4afb0dc2ea2810786baa0cb86e52ebe08.tar.bz2 gentoo-2-d06717a4afb0dc2ea2810786baa0cb86e52ebe08.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-pda/synce-rra/synce-rra-0.8.4.ebuild')
-rw-r--r-- | app-pda/synce-rra/synce-rra-0.8.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-pda/synce-rra/synce-rra-0.8.4.ebuild b/app-pda/synce-rra/synce-rra-0.8.4.ebuild index b3b8bd381829..3e5861a9ee77 100644 --- a/app-pda/synce-rra/synce-rra-0.8.4.ebuild +++ b/app-pda/synce-rra/synce-rra-0.8.4.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.ebuild,v 1.1 2003/09/08 14:24:00 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.4.ebuild,v 1.2 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/" @@ -16,7 +16,7 @@ DEPEND="virtual/glibc >=synce-libsynce-0.3" src_compile() { - econf + econf || die "econf failed" emake || die } |