diff options
Diffstat (limited to 'games-action/supertuxkart/files/supertuxkart-0.9.3-unbundle-libs.patch')
-rw-r--r-- | games-action/supertuxkart/files/supertuxkart-0.9.3-unbundle-libs.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games-action/supertuxkart/files/supertuxkart-0.9.3-unbundle-libs.patch b/games-action/supertuxkart/files/supertuxkart-0.9.3-unbundle-libs.patch new file mode 100644 index 000000000000..798a6cdea7ac --- /dev/null +++ b/games-action/supertuxkart/files/supertuxkart-0.9.3-unbundle-libs.patch @@ -0,0 +1,19 @@ +Description: Link against system copies of zlib/libpng/libjpeg/bzip2 +Forwarded: not-yet +Author: Vincent Cheng <vcheng@debian.org> +Last-Update: 2016-07-17 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -416,6 +416,11 @@ + ${JPEG_LIBRARIES} + ${TURBOJPEG_LIBRARY} + #${VPX_LIBRARIES} ++ X11 ++ z ++ png ++ jpeg ++ bz2 + ) + + if(NOT SERVER_ONLY) |