summaryrefslogtreecommitdiff
path: root/games-arcade/tuxanci/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-01 22:03:23 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-01 22:03:23 +0100
commit590b9b7b03bf4651e099949e318755af7cfa81b8 (patch)
tree54c184b7d26c25f1922bfeaf19a1dd45a2e3b1eb /games-arcade/tuxanci/files
parentf4fc10428424904caf2035cffc442195cb088b2c (diff)
gentoo resync : 01.08.2021
Diffstat (limited to 'games-arcade/tuxanci/files')
-rw-r--r--games-arcade/tuxanci/files/tuxanci-20110429-glu.patch11
-rw-r--r--games-arcade/tuxanci/files/tuxanci-20110429-no-glver.patch9
2 files changed, 9 insertions, 11 deletions
diff --git a/games-arcade/tuxanci/files/tuxanci-20110429-glu.patch b/games-arcade/tuxanci/files/tuxanci-20110429-glu.patch
deleted file mode 100644
index 4273114e41cc..000000000000
--- a/games-arcade/tuxanci/files/tuxanci-20110429-glu.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt 2011-04-29 00:29:40.000000000 +0200
-+++ b/CMakeLists.txt 2021-02-27 00:48:05.172582259 +0100
-@@ -187,7 +187,7 @@
- pkg_check_modules(FONTCONFIG REQUIRED fontconfig)
- INCLUDE_DIRECTORIES ( ${FONTCONFIG_INCLUDE_DIRS} )
- IF ( WITH_OPENGL )
-- pkg_check_modules(OPENGL REQUIRED gl>=7.5)
-+ pkg_check_modules(OPENGL REQUIRED glu>=7.5)
- INCLUDE_DIRECTORIES ( ${OPENGL_INCLUDE_DIRS} )
- ENDIF ( WITH_OPENGL )
- pkg_check_modules(SDL REQUIRED sdl)
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} )