aboutsummaryrefslogtreecommitdiff
path: root/comms/obexapp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-26 14:56:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-26 14:56:56 +0000
commite285f2f2913460cf24c24ca3c2850893af1fabda (patch)
treeaec2640b896414170244b15506acef702fc8480f /comms/obexapp
parent8053a56b83084a1ff83a68ae9af00dbf5c5b7a62 (diff)
downloadports-e285f2f2913460cf24c24ca3c2850893af1fabda.tar.gz
ports-e285f2f2913460cf24c24ca3c2850893af1fabda.zip
- Set NO_WERROR because some user's CFLAGS could generate warnings
PR: ports/74388 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes
Notes: svn path=/head/; revision=122502
Diffstat (limited to 'comms/obexapp')
-rw-r--r--comms/obexapp/files/patch-Makefile12
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 \