summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h.cmake4
-rw-r--r--ksokoban/images/CMakeLists.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index f4d5613a..442ddc86 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -19,8 +19,8 @@
#cmakedefine HAVE_USLEEP 1
// ksokoban
-// Permanently turned on due to required by tdelibs anyway
-#define USE_LIBZ 1
+// FIXME: libz support in ksokoban seems to be broken (2016-05-04, Fat-Zer)
+// #define USE_LIBZ 1
// libksirtet
#cmakedefine HAVE_SYS_SELECT_H 1
diff --git a/ksokoban/images/CMakeLists.txt b/ksokoban/images/CMakeLists.txt
index e58ecba3..c8ec74a9 100644
--- a/ksokoban/images/CMakeLists.txt
+++ b/ksokoban/images/CMakeLists.txt
@@ -14,7 +14,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
)
-add_definitions( -DUSE_LIBZ )
+# add_definitions( -DUSE_LIBZ )
# FIXME: that should potentialy break the cross
# compilation, If it is possible in