View | Details | Raw Unified | Return to bug 105855
Collapse All | Expand All

(-)obexapp/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
MAINTAINER=	mad@madpilot.net
13
MAINTAINER=	mad@madpilot.net
14
COMMENT=	Obex application to transfer objects to mobile equipment
14
COMMENT=	Obex application to transfer objects to mobile equipment
15
15
16
LIB_DEPENDS=	openobex-1.0.1:${PORTSDIR}/comms/openobex
16
LIB_DEPENDS=	openobex:${PORTSDIR}/comms/openobex
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}
18
WRKSRC=		${WRKDIR}/${PORTNAME}
19
19
(-)obexapp/files/patch-main.c (-11 lines)
Lines 1-11 Link Here
1
--- main.c.orig	Tue Dec 28 15:23:30 2004
2
+++ main.c	Tue Dec 28 15:23:48 2004
3
@@ -36,7 +36,7 @@
4
 #include <libgen.h>
5
 #include <limits.h>
6
 #include <obex.h>
7
-#include <sdp.h>
8
+#include </usr/include/sdp.h>
9
 #include <signal.h>
10
 #include <stdarg.h>
11
 #include <stdio.h>
(-)obexapp/files/patch-sdp.c (-11 lines)
Lines 1-11 Link Here
1
--- sdp.c.orig	Tue Dec 28 15:24:24 2004
2
+++ sdp.c	Tue Dec 28 15:24:42 2004
3
@@ -31,7 +31,7 @@
4
 
5
 #include <bluetooth.h>
6
 #include <errno.h>
7
-#include <sdp.h>
8
+#include </usr/include/sdp.h>
9
 #include <stdio.h>
10
 
11
 #undef	PROTOCOL_DESCRIPTOR_LIST_BUFFER_SIZE
(-)obexapp/files/patch-server.c (-11 lines)
Lines 1-11 Link Here
1
--- server.c.orig	Tue Dec 28 15:25:33 2004
2
+++ server.c	Tue Dec 28 15:25:45 2004
3
@@ -40,7 +40,7 @@
4
 #include <limits.h>
5
 #include <obex.h>
6
 #include <pwd.h>
7
-#include <sdp.h>
8
+#include </usr/include/sdp.h>
9
 #include <stdio.h>
10
 #include <stdlib.h>
11
 #include <string.h>
(-)obexapp/files/patch-transport.c (-11 lines)
Lines 1-11 Link Here
1
--- transport.c.orig	Tue Dec 28 15:26:50 2004
2
+++ transport.c	Tue Dec 28 15:27:03 2004
3
@@ -35,7 +35,7 @@
4
 #include <errno.h>
5
 #include <obex.h>
6
 #include <fcntl.h>
7
-#include <sdp.h>
8
+#include </usr/include/sdp.h>
9
 #include <stdlib.h>
10
 #include <string.h>
11
 #include <syslog.h>

Return to bug 105855