summaryrefslogtreecommitdiff
path: root/filesystems/fuse-obexfs/patches/patch-aa
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-05-16 11:02:12 +0000
committerxtraeme <xtraeme>2007-05-16 11:02:12 +0000
commitfe824624ad6e970372c9ca9fd1563a87073e55db (patch)
tree608ac8cce2798e95b740e784f2b2c40b81f76663 /filesystems/fuse-obexfs/patches/patch-aa
parent8fd0a13495fcefcc41b60da9dd03eb375a6d4f50 (diff)
downloadpkgsrc-fe824624ad6e970372c9ca9fd1563a87073e55db.tar.gz
Now that pooka@ fixed the libpthread problem, remove the hack to
not link it to libpthread. Also disable debugging output... too verbose, and it works well enough.
Diffstat (limited to 'filesystems/fuse-obexfs/patches/patch-aa')
-rw-r--r--filesystems/fuse-obexfs/patches/patch-aa14
1 files changed, 11 insertions, 3 deletions
diff --git a/filesystems/fuse-obexfs/patches/patch-aa b/filesystems/fuse-obexfs/patches/patch-aa
index 4eaa0320778..0e130cb2e15 100644
--- a/filesystems/fuse-obexfs/patches/patch-aa
+++ b/filesystems/fuse-obexfs/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/05/16 10:32:52 xtraeme Exp $
+$NetBSD: patch-aa,v 1.2 2007/05/16 11:02:12 xtraeme Exp $
--- fuse/obexfs.c.orig 2006-01-19 15:46:43.000000000 +0100
-+++ fuse/obexfs.c 2007-05-14 09:28:37.000000000 +0200
++++ fuse/obexfs.c 2007-05-16 12:52:58.000000000 +0200
@@ -26,6 +26,8 @@
/* strndup */
#define _GNU_SOURCE
@@ -23,7 +23,15 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/05/16 10:32:52 xtraeme Exp $
#include <sys/types.h>
#include <dirent.h>
#include <signal.h>
-@@ -412,12 +418,20 @@
+@@ -49,7 +55,6 @@
+
+ #define UNUSED(x) x __attribute__((unused))
+
+-#define DEBUGOUPUT
+ #ifdef DEBUGOUPUT
+ #define DEBUG(...) fprintf(stderr, __VA_ARGS__)
+ #else
+@@ -412,12 +417,20 @@
return 0;
}