1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/comms/gnokii/files/patch-common-devices-unixbluetooth.c
Guido Falsi 8274f12d4f - Fix configure when both X11 and SMSD options are off [1]
(this port always requires glib20)
- While here regenerate patches to silence portlint warnings

Reporterd by:	Marc van Houtum <marc at dutchsecurity.net> (by email) [1]
2015-06-15 14:36:21 +00:00

21 lines
621 B
C

--- common/devices/unixbluetooth.c.orig 2011-12-02 14:53:04 UTC
+++ common/devices/unixbluetooth.c
@@ -51,7 +51,7 @@
#ifdef HAVE_BLUETOOTH_NETGRAPH /* FreeBSD / netgraph */
#include <bluetooth.h>
-#include <sdp.h>
+#include </usr/include/sdp.h>
#define BTPROTO_RFCOMM BLUETOOTH_PROTO_RFCOMM
#define BDADDR_ANY NG_HCI_BDADDR_ANY
@@ -66,7 +66,7 @@
#ifdef HAVE_BLUETOOTH_NETBT /* FreeBSD / netbt */
#include <bluetooth.h>
-#include <sdp.h>
+#include </usr/include/sdp.h>
#define GNOKII_SERIAL_PORT_CLASS SDP_SERVICE_CLASS_SERIAL_PORT
#define GNOKII_DIALUP_NETWORK_CLASS SDP_SERVICE_CLASS_DIALUP_NETWORKING