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 | 8bff68406683dd39f3775b4d3c9317e99af9abdf (patch) | |
tree | 78c7209b81ced7e42be87a596ae14d459a0a1a07 /app-pda/synce-serial/synce-serial-0.4.ebuild | |
parent | added mirror://gentoo as primary (diff) | |
download | historical-8bff68406683dd39f3775b4d3c9317e99af9abdf.tar.gz historical-8bff68406683dd39f3775b4d3c9317e99af9abdf.tar.bz2 historical-8bff68406683dd39f3775b4d3c9317e99af9abdf.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-pda/synce-serial/synce-serial-0.4.ebuild')
-rw-r--r-- | app-pda/synce-serial/synce-serial-0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-pda/synce-serial/synce-serial-0.4.ebuild b/app-pda/synce-serial/synce-serial-0.4.ebuild index a3f99a95a5c2..97e2ea07542c 100644 --- a/app-pda/synce-serial/synce-serial-0.4.ebuild +++ b/app-pda/synce-serial/synce-serial-0.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-serial/synce-serial-0.4.ebuild,v 1.5 2003/09/06 22:21:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.4.ebuild,v 1.6 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/" @@ -14,7 +14,7 @@ IUSE="gnome" DEPEND="virtual/glibc" src_compile() { - econf + econf || die "econf failed" emake || die } |