freebsd-ports/comms/obexapp/files/patch-Makefile
Pav Lucistnik 9f5b74992b - Workaround for people who have mpeg4ip installed poluting system with
another copy of sdp.h header

PR:		ports/75572
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2004-12-28 15:14:21 +00:00

19 lines
420 B
Text

--- Makefile.orig Fri Dec 24 00:09:48 2004
+++ Makefile Tue Dec 28 15:23:07 2004
@@ -1,11 +1,14 @@
# $Id: Makefile,v 1.9 2004/12/23 23:09:48 max Exp $
# $FreeBSD$
-BINDIR= /usr/local/bin
-MANDIR= /usr/local/man/man
+PREFIX?= /usr/local
+
+BINDIR= ${PREFIX}/bin
+MANDIR= ${PREFIX}/man/man
PROG= obexapp
MAN1= obexapp.1
+NO_WERROR= yes
WARNS?= 2
SRCS= main.c client.c event.c sdp.c server.c stream.c \