summaryrefslogtreecommitdiff
path: root/games-arcade/tuxanci/files/tuxanci-20110429-no-glver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/tuxanci/files/tuxanci-20110429-no-glver.patch')
-rw-r--r--games-arcade/tuxanci/files/tuxanci-20110429-no-glver.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/games-arcade/tuxanci/files/tuxanci-20110429-no-glver.patch b/games-arcade/tuxanci/files/tuxanci-20110429-no-glver.patch
new file mode 100644
index 000000000000..210e55d11998
--- /dev/null
+++ b/games-arcade/tuxanci/files/tuxanci-20110429-no-glver.patch
@@ -0,0 +1,9 @@
+https://bugs.gentoo.org/715132
+https://bugs.gentoo.org/798651
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -189,3 +189,3 @@
+ IF ( WITH_OPENGL )
+- pkg_check_modules(OPENGL REQUIRED gl>=7.5)
++ pkg_check_modules(OPENGL REQUIRED gl)
+ INCLUDE_DIRECTORIES ( ${OPENGL_INCLUDE_DIRS} )