diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-23 19:44:02 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-23 19:44:02 +0000 |
commit | bf49fa676399491ffa82a027b7b750354117c12a (patch) | |
tree | 01d84ccb05962305381e263a43dd1e9f2f6d10d0 /comms/obexapp/files | |
parent | 822e2ff9f9b3656654d379438db195018864f968 (diff) | |
download | ports-bf49fa676399491ffa82a027b7b750354117c12a.tar.gz ports-bf49fa676399491ffa82a027b7b750354117c12a.zip |
Notes
Diffstat (limited to 'comms/obexapp/files')
-rw-r--r-- | comms/obexapp/files/patch-Makefile | 15 |
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 \ |