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-serial/synce-serial-0.8.9.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-serial/synce-serial-0.8.9.ebuild')
-rw-r--r-- | app-pda/synce-serial/synce-serial-0.8.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/synce-serial/synce-serial-0.8.9.ebuild b/app-pda/synce-serial/synce-serial-0.8.9.ebuild index 4cfed4b79539..8b81da80c958 100644 --- a/app-pda/synce-serial/synce-serial-0.8.9.ebuild +++ b/app-pda/synce-serial/synce-serial-0.8.9.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/app-pda/synce-serial/synce-serial-0.8.9.ebuild,v 1.1 2004/03/26 12:34:10 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.8.9.ebuild,v 1.2 2004/04/25 22:42:12 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -15,7 +15,7 @@ DEPEND="" RDEPEND=">=net-dialup/ppp-2.4.1" src_compile() { - econf + econf || die "econf failed" emake || die } |