You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/wmfs/files/wmfs-201003-pthread.patch

13 lines
191 B

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,7 +92,8 @@
set(LIBRARIES_TO_LINK
${FREETYPE_LIBRARIES}
${X11_LIBRARIES}
- Xft)
+ Xft
+ pthread)
# Includes
include(FindDoxygen)