aboutsummarylogtreecommitdiffstats
path: root/dfhack-visualizers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dfhack-visualizers.patch')
-rw-r--r--dfhack-visualizers.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dfhack-visualizers.patch b/dfhack-visualizers.patch
new file mode 100644
index 000000000000..f2a509eb7d23
--- /dev/null
+++ b/dfhack-visualizers.patch
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig 2016-04-21 09:36:00.759310999 -0700
++++ CMakeLists.txt 2016-04-21 09:40:59.192644332 -0700
+@@ -1,6 +1,6 @@
+ INCLUDE(Plugins.cmake)
+
+-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() \ No newline at end of file