$OpenBSD: patch-src_tools_CMakeLists_txt,v 1.2 2015/10/10 08:44:39 kirby Exp $

/usr/local/include/boost/config/requires_threads.hpp:47:5: error:
#error "Compiler threading support is not turned on. Please set the
correct command line options for threading: -pthread (Linux),
-pthreads (Solaris) or -mthreads (Mingw32)"

--- src/tools/CMakeLists.txt.orig	Wed Oct  8 22:21:49 2014
+++ src/tools/CMakeLists.txt	Sun Aug 30 13:53:02 2015
@@ -1,3 +1,4 @@
+set(CMAKE_CXX_FLAGS "-pthread ${CMAKE_CXX_FLAGS}")
 
 add_executable(fulla fulla.cpp)
 target_link_libraries(fulla ${common_libs} huginlensdb ${image_libs})
