aboutsummaryrefslogtreecommitdiffstats
path: root/comms/obexapp
diff options
context:
space:
mode:
Diffstat (limited to 'comms/obexapp')
-rw-r--r--comms/obexapp/files/patch-Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/comms/obexapp/files/patch-Makefile b/comms/obexapp/files/patch-Makefile
index e5716cd1fb7f..0fbba879085c 100644
--- a/comms/obexapp/files/patch-Makefile
+++ b/comms/obexapp/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Apr 12 03:10:25 2004
-+++ Makefile Mon Apr 12 03:10:59 2004
+--- Makefile.orig Fri Apr 9 23:09:09 2004
++++ Makefile Fri Jul 23 19:17:16 2004
@@ -1,8 +1,10 @@
# $Id: Makefile,v 1.7 2004/04/09 21:09:09 max Exp $
# $FreeBSD$
@@ -13,3 +13,14 @@
PROG= obexapp
MAN1= obexapp.1
+@@ -13,8 +15,8 @@
+
+ DEBUG_FLAGS= -g
+
+-CFLAGS= -I/usr/local/include \
+- -I/usr/local/include/openobex
++CFLAGS= -I/usr/local/include/openobex \
++ -I/usr/local/include
+
+ DPADD= ${LIBBLUETOOTH} ${LIBSDP} ${LIBBSDXML}
+ LDADD= -L/usr/lib -L/usr/local/lib \