From bf49fa676399491ffa82a027b7b750354117c12a Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Fri, 23 Jul 2004 19:44:02 +0000 Subject: fix build when mpeg4ip is installed PR: ports/69496 Submitted by: maintainer Suggested by: Panagiotis Astithas --- comms/obexapp/files/patch-Makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'comms') 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 \ -- cgit v1.2.3