diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-27 23:54:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-27 23:54:29 +0000 |
commit | a07e85f1269495b33737dc3b9b91d20700db1fa9 (patch) | |
tree | 81f390dda297b8fef1e92e0b6990c9967a23b5d1 /games-sports | |
parent | Fix public headers to work with C++ code in the 2.22 series too (diff) | |
download | gentoo-2-a07e85f1269495b33737dc3b9b91d20700db1fa9.tar.gz gentoo-2-a07e85f1269495b33737dc3b9b91d20700db1fa9.tar.bz2 gentoo-2-a07e85f1269495b33737dc3b9b91d20700db1fa9.zip |
turn on force feedback support (bug #282032)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/vdrift/ChangeLog | 6 | ||||
-rw-r--r-- | games-sports/vdrift/vdrift-20090615.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-sports/vdrift/ChangeLog b/games-sports/vdrift/ChangeLog index 203e06b2b844..1821d74e6a0e 100644 --- a/games-sports/vdrift/ChangeLog +++ b/games-sports/vdrift/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/vdrift # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/vdrift/ChangeLog,v 1.11 2009/07/31 02:51:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/vdrift/ChangeLog,v 1.12 2009/09/27 23:54:29 mr_bones_ Exp $ + + 27 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> + vdrift-20090615.ebuild: + turn on force feedback support (bug #282032) *vdrift-20090615 (31 Jul 2009) diff --git a/games-sports/vdrift/vdrift-20090615.ebuild b/games-sports/vdrift/vdrift-20090615.ebuild index b96943577b62..5c9f79059ed0 100644 --- a/games-sports/vdrift/vdrift-20090615.ebuild +++ b/games-sports/vdrift/vdrift-20090615.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/vdrift/vdrift-20090615.ebuild,v 1.1 2009/07/31 02:51:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/vdrift/vdrift-20090615.ebuild,v 1.2 2009/09/27 23:54:29 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -44,6 +44,7 @@ src_compile() { scons \ ${sconsopts} \ + force_feedback=1 \ NLS=$(use nls && echo 1 || echo 0) \ destdir="${D}" \ bindir="${GAMES_BINDIR}" \ |