- Set NO_WERROR because some user's CFLAGS could generate warnings

PR:		ports/74388
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-11-26 14:56:56 +00:00
parent 8053a56b83
commit e285f2f291
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122502

View file

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