fix build when mpeg4ip is installed

PR:		ports/69496
Submitted by:	maintainer
Suggested by:	Panagiotis Astithas
This commit is contained in:
Sergey Matveychuk 2004-07-23 19:44:02 +00:00
parent 822e2ff9f9
commit bf49fa6763
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114516

View File

@ -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 \