X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=games-action%2Fsupertuxkart%2Ffiles%2Fsupertuxkart-0.8.1-gentoo.patch;fp=games-action%2Fsupertuxkart%2Ffiles%2Fsupertuxkart-0.8.1-gentoo.patch;h=14a9d7f59ddceb4ff30f4ddad9f45b3d75571c23;hp=0000000000000000000000000000000000000000;hb=32d2cbf3cf1f229185f583e8c34bd5cf8bd1497a;hpb=dac577c973beb1f23e8ff7105bdbc51f8286a849 diff --git a/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch b/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch new file mode 100644 index 0000000..14a9d7f --- /dev/null +++ b/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch @@ -0,0 +1,17 @@ +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})