diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-26 14:56:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-26 14:56:56 +0000 |
commit | e285f2f2913460cf24c24ca3c2850893af1fabda (patch) | |
tree | aec2640b896414170244b15506acef702fc8480f /comms/obexapp | |
parent | 8053a56b83084a1ff83a68ae9af00dbf5c5b7a62 (diff) | |
download | ports-e285f2f2913460cf24c24ca3c2850893af1fabda.tar.gz ports-e285f2f2913460cf24c24ca3c2850893af1fabda.zip |
Notes
Diffstat (limited to 'comms/obexapp')
-rw-r--r-- | comms/obexapp/files/patch-Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/comms/obexapp/files/patch-Makefile b/comms/obexapp/files/patch-Makefile index 2ce383e41ea1..9bc7b38cf3ce 100644 --- a/comms/obexapp/files/patch-Makefile +++ b/comms/obexapp/files/patch-Makefile @@ -1,6 +1,6 @@ --- Makefile.orig Fri Apr 9 23:09:09 2004 -+++ Makefile Mon Jul 26 15:54:36 2004 -@@ -1,8 +1,10 @@ ++++ Makefile Thu Nov 25 22:38:10 2004 +@@ -1,11 +1,14 @@ # $Id: Makefile,v 1.7 2004/04/09 21:09:09 max Exp $ # $FreeBSD$ @@ -13,13 +13,17 @@ PROG= obexapp MAN1= obexapp.1 -@@ -13,8 +15,7 @@ ++NO_WERROR= yes + WARNS?= 2 + + SRCS= main.c client.c event.c sdp.c server.c stream.c \ +@@ -13,8 +16,7 @@ DEBUG_FLAGS= -g -CFLAGS= -I/usr/local/include \ - -I/usr/local/include/openobex -+CFLAGS= -I/usr/local/include/openobex ++CFLAGS+= -I/usr/local/include/openobex DPADD= ${LIBBLUETOOTH} ${LIBSDP} ${LIBBSDXML} LDADD= -L/usr/lib -L/usr/local/lib \ |