$OpenBSD: patch-CMakeLists_txt,v 1.2 2020/07/23 04:38:21 rsadowski Exp $

Disable icons and weechat.desktop to avoid GUI dependencies

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -231,7 +231,7 @@ if(DL_LIBRARY)
   list(APPEND EXTRA_LIBS dl)
 endif()
 
-add_subdirectory(icons)
+#add_subdirectory(icons)
 
 if(ENABLE_NLS)
   add_subdirectory(po)
