openobex with bluetooth on kFreeBSD
Hi,
The main value of OBEX is currently with bluetooth. openobex actually support also
bluetooth on different systems like Linux, Windows, FreeBSD and NetBSD.
For kFreeBSD, this is currently not found.
Can someone running kFreeBSD try the following patch for libopenobex-1.5?
Please CC me on replies as I am not subscribed.
HS
--- libopenobex-1.5.orig/CMakeModules/FindBluetooth.cmake 2009-10-08 11:01:21.071569902 +0200
+++ libopenobex-1.5/CMakeModules/FindBluetooth.cmake 2009-10-08 11:16:27.631569407 +0200
@@ -55,7 +55,7 @@
set ( Bluetooth_FOUND true )
endif ( Bluetooth_INCLUDE_DIRS AND Bluetooth_LIBRARIES )
-elseif ( CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" )
+elseif ( CMAKE_SYSTEM_NAME MATCHES "[k]?FreeBSD" )
find_path ( Bluetooth_INCLUDE_DIRS
NAMES
bluetooth.h
Reply to: