summaryrefslogtreecommitdiff
path: root/comms/obexapp/patches
diff options
context:
space:
mode:
authorplunky <plunky>2008-07-09 20:14:37 +0000
committerplunky <plunky>2008-07-09 20:14:37 +0000
commit82a8ae7a9d8d5ea52b374ae05c016b1ff73262c7 (patch)
tree9108f64cf3eefdab1d8aef87bf187168050baaf2 /comms/obexapp/patches
parentaf99f1da6547452ff1ea33e30416e6b8849d9769 (diff)
downloadpkgsrc-82a8ae7a9d8d5ea52b374ae05c016b1ff73262c7.tar.gz
fix build
obexapp uses mktemp which incurs a security warning, and -Wfatal-errors causes the link to fail. the quick fix is to make WARNS=0
Diffstat (limited to 'comms/obexapp/patches')
-rw-r--r--comms/obexapp/patches/patch-af11
1 files changed, 10 insertions, 1 deletions
diff --git a/comms/obexapp/patches/patch-af b/comms/obexapp/patches/patch-af
index bead7b97e5e..f17f6a89c45 100644
--- a/comms/obexapp/patches/patch-af
+++ b/comms/obexapp/patches/patch-af
@@ -1,7 +1,16 @@
-$NetBSD: patch-af,v 1.2 2007/05/24 14:06:33 xtraeme Exp $
+$NetBSD: patch-af,v 1.3 2008/07/09 20:14:37 plunky Exp $
--- Makefile.orig 2007-04-23 20:29:18.000000000 +0200
+++ Makefile 2007-05-24 15:43:11.000000000 +0200
+@@ -6,7 +6,7 @@ MANDIR= /usr/local/man/man
+ PROG= obexapp
+ MAN1= obexapp.1
+
+-WARNS?= 3
++WARNS?= 0
+
+ SRCS= client.c event.c log.c main.c sdp.c server.c stream.c \
+ transport.c util.c
@@ -17,9 +17,9 @@
-I/usr/local/include/openobex \
-fno-strict-aliasing