aboutsummaryrefslogtreecommitdiff
path: root/comms/obexapp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-28 15:14:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-28 15:14:21 +0000
commit9f5b74992b9ed60b73f68f2af3bab19d9d1c0b38 (patch)
tree94d8a583ebfb46808d0d37707b33f0249b2ea021 /comms/obexapp
parent6e58cbf79034fcc5c39af402e808108dd660a93b (diff)
downloadports-9f5b74992b9ed60b73f68f2af3bab19d9d1c0b38.tar.gz
ports-9f5b74992b9ed60b73f68f2af3bab19d9d1c0b38.zip
- Workaround for people who have mpeg4ip installed poluting system with
another copy of sdp.h header PR: ports/75572 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes
Notes: svn path=/head/; revision=125342
Diffstat (limited to 'comms/obexapp')
-rw-r--r--comms/obexapp/files/patch-Makefile4
-rw-r--r--comms/obexapp/files/patch-main.c11
-rw-r--r--comms/obexapp/files/patch-sdp.c11
-rw-r--r--comms/obexapp/files/patch-server.c11
-rw-r--r--comms/obexapp/files/patch-transport.c11
5 files changed, 46 insertions, 2 deletions
diff --git a/comms/obexapp/files/patch-Makefile b/comms/obexapp/files/patch-Makefile
index 4fa09e433d2e..0b401619a270 100644
--- a/comms/obexapp/files/patch-Makefile
+++ b/comms/obexapp/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Dec 24 12:51:54 2004
-+++ Makefile Fri Dec 24 12:53:13 2004
+--- Makefile.orig Fri Dec 24 00:09:48 2004
++++ Makefile Tue Dec 28 15:23:07 2004
@@ -1,11 +1,14 @@
# $Id: Makefile,v 1.9 2004/12/23 23:09:48 max Exp $
# $FreeBSD$
diff --git a/comms/obexapp/files/patch-main.c b/comms/obexapp/files/patch-main.c
new file mode 100644
index 000000000000..0487683b00cb
--- /dev/null
+++ b/comms/obexapp/files/patch-main.c
@@ -0,0 +1,11 @@
+--- main.c.orig Tue Dec 28 15:23:30 2004
++++ main.c Tue Dec 28 15:23:48 2004
+@@ -36,7 +36,7 @@
+ #include <libgen.h>
+ #include <limits.h>
+ #include <obex.h>
+-#include <sdp.h>
++#include </usr/include/sdp.h>
+ #include <signal.h>
+ #include <stdarg.h>
+ #include <stdio.h>
diff --git a/comms/obexapp/files/patch-sdp.c b/comms/obexapp/files/patch-sdp.c
new file mode 100644
index 000000000000..a25d46348d81
--- /dev/null
+++ b/comms/obexapp/files/patch-sdp.c
@@ -0,0 +1,11 @@
+--- sdp.c.orig Tue Dec 28 15:24:24 2004
++++ sdp.c Tue Dec 28 15:24:42 2004
+@@ -31,7 +31,7 @@
+
+ #include <bluetooth.h>
+ #include <errno.h>
+-#include <sdp.h>
++#include </usr/include/sdp.h>
+ #include <stdio.h>
+
+ #undef PROTOCOL_DESCRIPTOR_LIST_BUFFER_SIZE
diff --git a/comms/obexapp/files/patch-server.c b/comms/obexapp/files/patch-server.c
new file mode 100644
index 000000000000..ea56a433047e
--- /dev/null
+++ b/comms/obexapp/files/patch-server.c
@@ -0,0 +1,11 @@
+--- server.c.orig Tue Dec 28 15:25:33 2004
++++ server.c Tue Dec 28 15:25:45 2004
+@@ -40,7 +40,7 @@
+ #include <limits.h>
+ #include <obex.h>
+ #include <pwd.h>
+-#include <sdp.h>
++#include </usr/include/sdp.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
diff --git a/comms/obexapp/files/patch-transport.c b/comms/obexapp/files/patch-transport.c
new file mode 100644
index 000000000000..f624c7da3d35
--- /dev/null
+++ b/comms/obexapp/files/patch-transport.c
@@ -0,0 +1,11 @@
+--- transport.c.orig Tue Dec 28 15:26:50 2004
++++ transport.c Tue Dec 28 15:27:03 2004
+@@ -35,7 +35,7 @@
+ #include <errno.h>
+ #include <obex.h>
+ #include <fcntl.h>
+-#include <sdp.h>
++#include </usr/include/sdp.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <syslog.h>