mr_bones_ 15/04/23 21:38:04 Added: meandmyshadow-0.4-cmake.patch Log: add patch to fix building with newer versions of cmake (bug #547494) (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.1 games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch?rev=1.1&content-type=text/plain Index: meandmyshadow-0.4-cmake.patch =================================================================== --- meandmyshadow-0.4.orig/CMakeLists.txt +++ meandmyshadow-0.4/CMakeLists.txt @@ -15,13 +15,12 @@ Find_Package(CURL REQUIRED) Find_Package(LibArchive REQUIRED) Find_Package(OpenSSL REQUIRED) +Find_Package(X11 REQUIRED) #Use openGL only when compiling with HARDWARE_ACCELERATION. #Otherwise we try to find XLib. if(HARDWARE_ACCELERATION) Find_Package(OpenGL REQUIRED) -else(HARDWARE_ACCELERATION) - INCLUDE(FindX11) endif(HARDWARE_ACCELERATION) #Add the include dirs of the libraries.
