diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-07-02 16:33:32 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-07-02 16:35:10 +0100 |
commit | 1a467e8b2506662594afc28732a9249e8686c10e (patch) | |
tree | e83b2fc386545cbcac166176f84cc82fd4a7623a /games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch | |
parent | dev-python/stormpath: remove version 2.1.5 (diff) | |
download | gentoo-1a467e8b2506662594afc28732a9249e8686c10e.tar.gz gentoo-1a467e8b2506662594afc28732a9249e8686c10e.tar.bz2 gentoo-1a467e8b2506662594afc28732a9249e8686c10e.zip |
games-util/xboxdrv: Version bump to 0.8.8, EAPI bump to 6, bug #567182
Includes patch to fix 60 second delay, upstream GitHub issue #144.
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch')
-rw-r--r-- | games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch b/games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch new file mode 100644 index 000000000000..7900b255ab1f --- /dev/null +++ b/games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch @@ -0,0 +1,13 @@ +http://dev.gentoo.org/~vapier/scons-blows.txt + +diff -Naur xboxdrv-linux-0.8.8.orig/SConstruct xboxdrv-linux-0.8.8/SConstruct +--- xboxdrv-linux-0.8.8.orig/SConstruct 2015-11-09 10:19:35.000000000 +0000 ++++ xboxdrv-linux-0.8.8/SConstruct 2016-07-02 16:13:52.560961836 +0100 +@@ -84,6 +84,7 @@ + opts.Add('CXXFLAGS', 'C++ Compiler flags') + opts.Add('LINKFLAGS', 'Linker Compiler flags') + opts.Add('AR', 'Library archiver') ++opts.Add('RANLIB', 'Archive indexer') + opts.Add('CC', 'C Compiler') + opts.Add('CXX', 'C++ Compiler') + opts.Add('BUILD', 'Build type: release, custom, development') |