aboutsummarylogtreecommitdiffstats
path: root/dfhack-visualizers.patch
diff options
context:
space:
mode:
authormetamer2016-03-05 22:34:21 -0500
committermetamer2016-03-05 22:34:21 -0500
commitcc89c78cc1d677d7a2a6cc6c941f80d72650b1f2 (patch)
tree1bc6a0d883b02684f05382456b6c826eeb8923c2 /dfhack-visualizers.patch
downloadaur-cc89c78cc1d677d7a2a6cc6c941f80d72650b1f2.tar.gz
added all files
Diffstat (limited to 'dfhack-visualizers.patch')
-rw-r--r--dfhack-visualizers.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/dfhack-visualizers.patch b/dfhack-visualizers.patch
new file mode 100644
index 000000000000..01736592a302
--- /dev/null
+++ b/dfhack-visualizers.patch
@@ -0,0 +1,17 @@
+--- CMakeLists.txt.old 2016-02-21 14:50:18.710034624 -0500
++++ CMakeLists.txt 2016-02-21 14:50:52.823366613 -0500
+@@ -6,12 +6,12 @@
+ add_subdirectory (Dfusion)
+ endif()
+
+-OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." OFF)
++OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." ON)
+ if(BUILD_STONESENSE)
+ add_subdirectory (stonesense)
+ endif()
+
+-OPTION(BUILD_ISOWORLD "Build isoworld (needs a checkout first)." OFF)
++OPTION(BUILD_ISOWORLD "Build isoworld (needs a checkout first)." OFF)
+ if(BUILD_ISOWORLD)
+ add_subdirectory (isoworld)
+ IF(UNIX)