summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:21:36 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:21:36 +0000
commitb4f2804556d7b8d168d2a8d8e0021db6627f28ff (patch)
treeb59c0e3bd4aafbfaa50485886321baf8efd04674 /app-misc/joy2key/joy2key-1.6.ebuild
parentfix bugs #24727, #14687. massive new stuff for the new version to build prope... (diff)
downloadgentoo-2-b4f2804556d7b8d168d2a8d8e0021db6627f28ff.tar.gz
gentoo-2-b4f2804556d7b8d168d2a8d8e0021db6627f28ff.tar.bz2
gentoo-2-b4f2804556d7b8d168d2a8d8e0021db6627f28ff.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-misc/joy2key/joy2key-1.6.ebuild')
-rw-r--r--app-misc/joy2key/joy2key-1.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/joy2key/joy2key-1.6.ebuild b/app-misc/joy2key/joy2key-1.6.ebuild
index f3eca6a174b2..731e3472d095 100644
--- a/app-misc/joy2key/joy2key-1.6.ebuild
+++ b/app-misc/joy2key/joy2key-1.6.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-misc/joy2key/joy2key-1.6.ebuild,v 1.14 2004/03/28 18:27:15 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/joy2key/joy2key-1.6.ebuild,v 1.15 2004/04/25 22:20:01 agriffis Exp $
DESCRIPTION="An application that translates joystick events to keyboard events"
SRC_URI="http://www-unix.oit.umass.edu/~tetron/technology/joy2key/${P}.tar.gz"
@@ -18,7 +18,7 @@ src_compile() {
use X || myconf="--disable-X"
CFLAGS=${CFLAGS/-O?/}
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make || die
}