[gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth/files: wesnoth-1.12-cmake.patch

2015-01-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/26 16:55:19

  Removed:  wesnoth-1.12-cmake.patch
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth/files: wesnoth-1.12-cmake.patch

2015-01-19 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/20 01:25:36

  Added:wesnoth-1.12-cmake.patch
  Log:
  fix build with USE=dedicated
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-strategy/wesnoth/files/wesnoth-1.12-cmake.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/files/wesnoth-1.12-cmake.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/files/wesnoth-1.12-cmake.patch?rev=1.1content-type=text/plain

Index: wesnoth-1.12-cmake.patch
===
--- CMakeLists.txt.orig 2015-01-19 18:46:51.019420318 -0500
+++ CMakeLists.txt  2015-01-19 18:47:15.977567447 -0500
@@ -590,13 +590,14 @@
endif(LIBDBUS_FOUND)
endif(ENABLE_NOTIFICATIONS)
 
-   if(ENABLE_BOOST_FILESYSTEM AND NOT ENABLE_PANDORA)
-   find_package( Boost 1.44 REQUIRED COMPONENTS filesystem )
-   find_package( Boost 1.48 REQUIRED COMPONENTS locale )
-   endif(ENABLE_BOOST_FILESYSTEM AND NOT ENABLE_PANDORA)
-
 endif(ENABLE_GAME)
 
+if(ENABLE_BOOST_FILESYSTEM AND NOT ENABLE_PANDORA)
+   find_package( Boost 1.44 REQUIRED COMPONENTS filesystem )
+   find_package( Boost 1.48 REQUIRED COMPONENTS locale )
+endif(ENABLE_BOOST_FILESYSTEM AND NOT ENABLE_PANDORA)
+
+
 if(ENABLE_POT_UPDATE_TARGET)
find_package(TranslationTools REQUIRED)
 endif(ENABLE_POT_UPDATE_TARGET)