$OpenBSD: patch-CMakeLists_txt,v 1.2 2014/01/15 19:42:11 zhuk Exp $
--- CMakeLists.txt.orig	Sat Nov  9 01:31:35 2013
+++ CMakeLists.txt	Sat Nov  9 01:32:33 2013
@@ -32,6 +32,10 @@ macro_log_feature(STRIGI_FOUND "Strigi" "Metadata extr
 macro_optional_find_package(Boost)
 macro_log_feature(Boost_FOUND "Boost C++ Libraries" "http://www.boost.org" "" TRUE "" "Boost is required to build the torrent analyzer")
 
+if(Boost_FOUND)
+    include_directories(${Boost_INCLUDE_DIRS})
+endif(Boost_FOUND)
+
 if(STRIGI_FOUND)
     add_subdirectory(torrent)
 endif(STRIGI_FOUND)
