summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/joystick/joystick-1.4.2.ebuild')
-rw-r--r--games-util/joystick/joystick-1.4.2.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/games-util/joystick/joystick-1.4.2.ebuild b/games-util/joystick/joystick-1.4.2.ebuild
index 8abdf2d48954..2279cc606e0d 100644
--- a/games-util/joystick/joystick-1.4.2.ebuild
+++ b/games-util/joystick/joystick-1.4.2.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.2.ebuild,v 1.5 2012/05/01 21:45:06 vapier Exp $
-
-EAPI="4"
+# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.2.ebuild,v 1.6 2012/06/13 06:43:27 mr_bones_ Exp $
+EAPI=4
inherit eutils toolchain-funcs
MY_P="linuxconsoletools-${PV}"
@@ -25,10 +24,6 @@ S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch
export PREFIX=/usr
-}
-
-src_compile() {
tc-export CC PKG_CONFIG
export USE_SDL=$(usex sdl)
- emake
}