summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/supertuxkart/files/supertuxkart-0.8-gentoo.patch')
-rw-r--r--games-action/supertuxkart/files/supertuxkart-0.8-gentoo.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/games-action/supertuxkart/files/supertuxkart-0.8-gentoo.patch b/games-action/supertuxkart/files/supertuxkart-0.8-gentoo.patch
deleted file mode 100644
index 14a9d7f59ddc..000000000000
--- a/games-action/supertuxkart/files/supertuxkart-0.8-gentoo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-this is gentoo specific, because of unbundling Irrlicht dependencies
-
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -196,7 +196,11 @@
- ${IRRLICHT_LIBRARY}
- ${IRRLICHT_XF86VM_LIBRARY}
- ${OPENAL_LIBRARY}
-- ${OPENGL_LIBRARIES})
-+ ${OPENGL_LIBRARIES}
-+ png
-+ jpeg
-+ bz2
-+ z)
-
- if(USE_FRIBIDI)
- target_link_libraries(supertuxkart ${FRIBIDI_LIBRARIES})