aboutsummaryrefslogtreecommitdiff
path: root/comms/obexapp
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-07-23 19:44:02 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-07-23 19:44:02 +0000
commitbf49fa676399491ffa82a027b7b750354117c12a (patch)
tree01d84ccb05962305381e263a43dd1e9f2f6d10d0 /comms/obexapp
parent822e2ff9f9b3656654d379438db195018864f968 (diff)
downloadports-bf49fa676399491ffa82a027b7b750354117c12a.tar.gz
ports-bf49fa676399491ffa82a027b7b750354117c12a.zip
fix build when mpeg4ip is installed
PR: ports/69496 Submitted by: maintainer Suggested by: Panagiotis Astithas
Notes
Notes: svn path=/head/; revision=114516
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 \