$OpenBSD: patch-CMakeLists_txt,v 1.3 2021/06/16 04:53:26 rsadowski Exp $

Disable icons and weechat.desktop to avoid GUI dependencies

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