diff options
author | 2004-04-25 22:37:38 +0000 | |
---|---|---|
committer | 2004-04-25 22:37:38 +0000 | |
commit | 132695b70fbbf8e1bc25d13bcf5c23a7ae5bd2d9 (patch) | |
tree | b42df30c4af5b1211a5ace602bbcdfca5a389218 /app-pda/synce-librapi2/synce-librapi2-0.7.ebuild | |
parent | added mirror://gentoo as primary (Manifest recommit) (diff) | |
download | gentoo-2-132695b70fbbf8e1bc25d13bcf5c23a7ae5bd2d9.tar.gz gentoo-2-132695b70fbbf8e1bc25d13bcf5c23a7ae5bd2d9.tar.bz2 gentoo-2-132695b70fbbf8e1bc25d13bcf5c23a7ae5bd2d9.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-pda/synce-librapi2/synce-librapi2-0.7.ebuild')
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild index 5936b8347b06..12f8d8aaafc3 100644 --- a/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild +++ b/app-pda/synce-librapi2/synce-librapi2-0.7.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-librapi2/synce-librapi2-0.7.ebuild,v 1.3 2004/02/29 00:12:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild,v 1.4 2004/04/25 22:37:38 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 } |