ports/deskutils/cherrytree/files/patch-CMakeLists.txt
Alexey Dokuchaev 4c41527d1a deskutils/cherrytree: readd previously expired and deleted port
Earlier versions had been written in Python 2.x and were phased
out together with it.  The project had been later reimplemented
in C++/gtkmm and that's what this port now offers to its users.

WWW: https://www.giuspen.com/cherrytree/
2023-08-29 18:34:00 +00:00

11 lines
216 B
Plaintext

--- CMakeLists.txt.orig 2023-08-19 18:32:34 UTC
+++ CMakeLists.txt
@@ -193,6 +193,7 @@ if(USE_VTE)
SYSTEM ${VTE_INCLUDE_DIRS}
)
endif()
+link_directories(${GTKMM_LIBRARY_DIRS})
add_subdirectory(src/ct)