mr_bones_    15/06/13 06:29:32

  Modified:             supertuxkart-0.8.1-cmake.patch
  Log:
  fix patch for bug #551260
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  
games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch?r1=1.1&r2=1.2

Index: supertuxkart-0.8.1-cmake.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.8.1-cmake.patch      5 Jun 2015 07:08:00 -0000       1.1
+++ supertuxkart-0.8.1-cmake.patch      13 Jun 2015 06:29:31 -0000      1.2
@@ -1,5 +1,5 @@
---- CMakeLists.txt.orig
-+++ CMakeLists.txt
+--- CMakeLists.txt.orig        2015-06-13 01:47:50.493401323 -0400
++++ CMakeLists.txt     2015-06-13 01:48:53.691255054 -0400
 @@ -128,6 +128,9 @@
  find_package(OpenGL REQUIRED)
  include_directories(${OPENGL_INCLUDE_DIR})
@@ -10,3 +10,11 @@
  if(UNIX AND NOT APPLE)
      find_library(IRRLICHT_XF86VM_LIBRARY Xxf86vm)
      mark_as_advanced(IRRLICHT_XF86VM_LIBRARY)
+@@ -239,6 +242,7 @@
+     ${IRRLICHT_XF86VM_LIBRARY}
+     ${OPENAL_LIBRARY}
+     ${OPENGL_LIBRARIES}
++    ${X11_LIBRARIES}
+     png
+     jpeg
+     bz2




Reply via email to