Index: head/sysutils/usbtop/files/patch-boost-1.67 =================================================================== --- head/sysutils/usbtop/files/patch-boost-1.67 (nonexistent) +++ head/sysutils/usbtop/files/patch-boost-1.67 (revision 467569) @@ -0,0 +1,14 @@ +https://github.com/aguinet/usbtop/pull/15 + +--- src/CMakeLists.txt.orig 2017-12-17 21:14:26 UTC ++++ src/CMakeLists.txt +@@ -21,5 +21,9 @@ usb_stats.cpp + + add_executable(usbtop ${SRC_FILES}) + target_link_libraries(usbtop ${PCAP_LIBRARIES} ${Boost_LIBRARIES}) ++if(UNIX AND NOT APPLE) ++ # Boost.Thread 1.67+ headers reference pthread_condattr_* ++ target_link_libraries(usbtop pthread) ++endif() + + install(TARGETS usbtop DESTINATION sbin) Property changes on: head/sysutils/usbtop/files/patch-boost-1.67 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property