diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-22 20:50:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-22 20:50:13 +0000 |
commit | 8e41d668bef02360fead5ad769b3970d2bcb88aa (patch) | |
tree | ab0dde25cdbc60a6b55284c62d8f746bd7de8f32 /comms/gnokii/files/patch-common-devices-unixbluetooth.c | |
parent | Update to 0.48 (diff) |
- Fix build in presence of mpeg4ip by hardcoding /usr/lib/spd.so (mpeg4ip
installs another spd.so to localbase)
PR: ports/131778
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Reported by: Vladimir Kushnir <vkushnir@bigmir.net>
Notes
Notes:
svn path=/head/; revision=230699
Diffstat (limited to 'comms/gnokii/files/patch-common-devices-unixbluetooth.c')
-rw-r--r-- | comms/gnokii/files/patch-common-devices-unixbluetooth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnokii/files/patch-common-devices-unixbluetooth.c b/comms/gnokii/files/patch-common-devices-unixbluetooth.c index 7b2074e39925..5bb9bb09a702 100644 --- a/comms/gnokii/files/patch-common-devices-unixbluetooth.c +++ b/comms/gnokii/files/patch-common-devices-unixbluetooth.c @@ -1,11 +1,11 @@ --- common/devices/unixbluetooth.c.orig 2008-10-05 12:14:31.000000000 +0200 -+++ common/devices/unixbluetooth.c 2008-11-04 22:30:35.000000000 +0100 ++++ common/devices/unixbluetooth.c 2009-02-17 17:03:58.000000000 +0100 @@ -54,6 +54,8 @@ #include <netgraph/bluetooth/include/ng_hci.h> #include <netgraph/bluetooth/include/ng_l2cap.h> #include <netgraph/bluetooth/include/ng_btsocket.h> +#include <bluetooth.h> -+#include <sdp.h> ++#include </usr/include/sdp.h> #define BTPROTO_RFCOMM BLUETOOTH_PROTO_RFCOMM #define BDADDR_ANY NG_HCI_BDADDR_ANY |