diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-07 18:49:48 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-07 18:50:56 +0000 |
commit | c3186ef8817aa6de849eb0c6fe74fa1ee36667a0 (patch) | |
tree | 4b4d216d0e25a0bc384bf5e62afdd436764481ed /games-misc/sdljoytest/files | |
parent | app-admin/radmind: Apply gcc-10 workaround (diff) | |
download | gentoo-c3186ef8817aa6de849eb0c6fe74fa1ee36667a0.tar.gz gentoo-c3186ef8817aa6de849eb0c6fe74fa1ee36667a0.tar.bz2 gentoo-c3186ef8817aa6de849eb0c6fe74fa1ee36667a0.zip |
games-misc/sdljoytest: tweak for gcc-10
Fix-by: Samuel Bauer
Closes: https://bugs.gentoo.org/706448
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-misc/sdljoytest/files')
-rw-r--r-- | games-misc/sdljoytest/files/sdljoytest-11102003-no-common.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-misc/sdljoytest/files/sdljoytest-11102003-no-common.patch b/games-misc/sdljoytest/files/sdljoytest-11102003-no-common.patch new file mode 100644 index 000000000000..6775c2b6655f --- /dev/null +++ b/games-misc/sdljoytest/files/sdljoytest-11102003-no-common.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/706448 +--- a/init_quit.h ++++ b/init_quit.h +@@ -36,7 +36,6 @@ extern int joyXCenter; + extern int videoFlags; + extern int lightCol; + extern int lightRow; +-int hello; + extern GLint textures[2]; + extern GLuint base; + |