diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-04-16 02:49:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-04-16 02:49:14 +0000 |
commit | 6c67b1f207c63b44c8ac1f6bbfa78d5e799c1ef1 (patch) | |
tree | eee61e4ac3cc063defbce45f9a0064cc77be6217 | |
parent | - Mark as DEPRECATED since it's not build with new pyrex and it's not active ... (diff) |
- Fix build WITHOUT_TORRENT
-rw-r--r-- | games/springlobby/files/patch-CMakeLists.txt | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/games/springlobby/files/patch-CMakeLists.txt b/games/springlobby/files/patch-CMakeLists.txt index 5156536d9117..f8966020e937 100644 --- a/games/springlobby/files/patch-CMakeLists.txt +++ b/games/springlobby/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2010-01-26 22:06:42.000000000 +0300 -+++ CMakeLists.txt 2010-01-31 05:34:06.000000000 +0300 -@@ -89,7 +89,6 @@ +--- CMakeLists.txt.orig 2010-04-10 03:37:25.000000000 +0400 ++++ CMakeLists.txt 2010-04-15 19:08:24.000000000 +0400 +@@ -92,7 +92,6 @@ # Did we find wxWidgets ? This condition will fail for as long as the internal Vars do not point to the proper wxWidgets Configuration. IF(wxWidgets_FOUND) # Include wxWidgets macros @@ -8,7 +8,7 @@ IF(MSVC) INCLUDE_DIRECTORIES( ${wxWidgets_ROOT_DIR}/include/msvc ) ENDIF(MSVC) -@@ -97,6 +96,9 @@ +@@ -100,6 +99,9 @@ SET(wxWidgets_RC_DIR ${wxWidgets_ROOT_DIR}/include) ENDIF(MINGW) INCLUDE_DIRECTORIES( ${wxWidgets_INCLUDE_DIRS} ) @@ -18,7 +18,7 @@ ELSE(wxWidgets_FOUND) # For Convenience. If we cannot continue, inform the User. MESSAGE( FATAL_ERROR "wxWidgets library not found! Please install the package to continue") -@@ -117,7 +119,7 @@ +@@ -120,7 +122,7 @@ Add_Subdirectory( ${springlobby_SOURCE_DIR}/src/sound/alure ) INCLUDE_DIRECTORIES( ${springlobby_SOURCE_DIR}/src/sound/alure/include ) @@ -27,3 +27,11 @@ ELSE ( OPTION_SOUND ) # Disable sound. ADD_DEFINITIONS( -DDISABLE_SOUND ) +@@ -174,6 +176,7 @@ + LIST( APPEND SLSharedWithSettings ${curlSRC} ) + ELSE( OPTION_TORRENT_SYSTEM ) + ADD_DEFINITIONS( -DNO_TORRENT_SYSTEM ) ++ LIST( APPEND SLSharedWithSettings ${curlSRC} ) + ENDIF( OPTION_TORRENT_SYSTEM ) + + |