diff options
author | pav <pav@FreeBSD.org> | 2004-12-24 22:01:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-24 22:01:14 +0800 |
commit | f9ffc79763b9a74bd8f15cb0ae7f5f19fd4d8c4d (patch) | |
tree | 37ae603c3b49236ff2f42ef5289a179d095aeb8c /comms/obexapp/files | |
parent | 900a569109ac60fc4af58857ae494d10701a96b4 (diff) | |
download | freebsd-ports-gnome-f9ffc79763b9a74bd8f15cb0ae7f5f19fd4d8c4d.tar.gz freebsd-ports-gnome-f9ffc79763b9a74bd8f15cb0ae7f5f19fd4d8c4d.tar.zst freebsd-ports-gnome-f9ffc79763b9a74bd8f15cb0ae7f5f19fd4d8c4d.zip |
- Update to 1.4.2
PR: ports/75465
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'comms/obexapp/files')
-rw-r--r-- | comms/obexapp/files/patch-Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/comms/obexapp/files/patch-Makefile b/comms/obexapp/files/patch-Makefile index 9bc7b38cf3ce..4fa09e433d2e 100644 --- a/comms/obexapp/files/patch-Makefile +++ b/comms/obexapp/files/patch-Makefile @@ -1,7 +1,7 @@ ---- Makefile.orig Fri Apr 9 23:09:09 2004 -+++ Makefile Thu Nov 25 22:38:10 2004 +--- Makefile.orig Fri Dec 24 12:51:54 2004 ++++ Makefile Fri Dec 24 12:53:13 2004 @@ -1,11 +1,14 @@ - # $Id: Makefile,v 1.7 2004/04/09 21:09:09 max Exp $ + # $Id: Makefile,v 1.9 2004/12/23 23:09:48 max Exp $ # $FreeBSD$ -BINDIR= /usr/local/bin @@ -17,13 +17,3 @@ 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 - - DPADD= ${LIBBLUETOOTH} ${LIBSDP} ${LIBBSDXML} - LDADD= -L/usr/lib -L/usr/local/lib \ |