supertuxkart/supertuxkart-no-undefined.patch
Matthias Mailänder 256e096683 Accepting request 307346 from home:scarabeus_iv:branches:games
Won't build on openSUSE 13.1 unless new glew is linked to the games prj.

- Require qlew >= 1.10 as per upstream readme

- Unbundle wiiuse too:
  * supertuxkart-no-undefined.patch
  * supertuxkart-unbundle-wiiuse.patch

- Update to use %cmake macro and obey no-undefined/etc rules we have
  in SUSE
- Apply patches to unbundle various broken things:
  * supertuxkart-irrlicht.patch
  * supertuxkart-no-undefined.patch
  * supertuxkart-system-enet-glew.patch

OBS-URL: https://build.opensuse.org/request/show/307346
OBS-URL: https://build.opensuse.org/package/show/games/supertuxkart?expand=0&rev=62
2015-05-15 20:51:08 +00:00

18 lines
408 B
Diff

Index: supertuxkart-0.9/CMakeLists.txt
===================================================================
--- supertuxkart-0.9.orig/CMakeLists.txt
+++ supertuxkart-0.9/CMakeLists.txt
@@ -315,6 +315,12 @@ target_link_libraries(supertuxkart
${OGGVORBIS_LIBRARIES}
${OPENAL_LIBRARY}
${OPENGL_LIBRARIES}
+ X11
+ z
+ png
+ jpeg
+ bz2
+ bluetooth
)
if(UNIX AND NOT APPLE)