mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8274f12d4f
(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]
21 lines
621 B
C
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
|