Merge pull request #26871 from NickHu/dfhack

dfhack: 0.43.05-alpha4 -> 0.43.05-r1
This commit is contained in:
Joachim F 2017-06-27 16:14:36 +01:00 committed by GitHub
commit e6b7dcd1f6
2 changed files with 12 additions and 18 deletions

View file

@ -7,12 +7,12 @@ let
dfVersion = "0.43.05"; dfVersion = "0.43.05";
# version = "${dfVersion}-r1"; # version = "${dfVersion}-r1";
# rev = "refs/tags/${version}"; # rev = "refs/tags/${version}";
version = "${dfVersion}-alpha4"; version = "${dfVersion}-r1";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
sha256 = "0wnwdapw955k69ds5xh5qsh7h0l547wjxgcy8hkvly6wp5c16sls"; sha256 = "1hw0miimzx52p36jm9bimsm5j68rb7dd9kw0yivcwbwixbajsi1w";
# revision of library/xml submodule # revision of library/xml submodule
xmlRev = "bb4228f58b1601c4868c95be6763f5ff2e5d0a08"; xmlRev = "a8e80088b9cc934da993dc244ece2d0ae14143da";
arch = arch =
if stdenv.system == "x86_64-linux" then "64" if stdenv.system == "x86_64-linux" then "64"

View file

@ -1,16 +1,10 @@
diff -ru3 dfhack-ae59b4f/plugins/ruby/CMakeLists.txt dfhack-ae59b4f-new/plugins/ruby/CMakeLists.txt diff --git a/plugins/ruby/CMakeLists.txt b/plugins/ruby/CMakeLists.txt
--- dfhack-ae59b4f/plugins/ruby/CMakeLists.txt 1970-01-01 03:00:01.000000000 +0300 index f1ef12ac..0976e18a 100644
+++ dfhack-ae59b4f-new/plugins/ruby/CMakeLists.txt 2016-11-23 15:29:09.907286546 +0300 --- a/plugins/ruby/CMakeLists.txt
@@ -1,3 +1,4 @@ +++ b/plugins/ruby/CMakeLists.txt
+IF(FALSE) @@ -1,5 +1,5 @@
IF (APPLE) # Allow build system to turn off downloading of libruby.so.
SET(RUBYLIB ${CMAKE_CURRENT_SOURCE_DIR}/osx${DFHACK_BUILD_ARCH}/libruby.dylib) -OPTION(DOWNLOAD_RUBY "Download prebuilt libruby.so for ruby plugin." ON)
SET(RUBYLIB_INSTALL_NAME "libruby.dylib") +OPTION(DOWNLOAD_RUBY "Download prebuilt libruby.so for ruby plugin." OFF)
@@ -48,6 +49,7 @@
"482c1c418f4ee1a5f04203eee1cda0ef")
ENDIF()
ENDIF()
+ENDIF()
IF (APPLE OR UNIX) IF (DOWNLOAD_RUBY)
SET(RUBYAUTOGEN ruby-autogen-gcc.rb)