summaryrefslogtreecommitdiff
path: root/filesystems/fuse-afpfs-ng/patches/patch-ac
diff options
context:
space:
mode:
authoragc <agc>2007-07-09 19:03:22 +0000
committeragc <agc>2007-07-09 19:03:22 +0000
commitdbac4497504968fcb2b6d76f411865c5cf00ccb7 (patch)
tree727e1ef3bdf77d02590294b4419326d2fb0cb8c0 /filesystems/fuse-afpfs-ng/patches/patch-ac
parent2316dbe06e40cddc0bc37865c00e77dae0ee86e0 (diff)
downloadpkgsrc-dbac4497504968fcb2b6d76f411865c5cf00ccb7.tar.gz
Initial import of afpfs-ng, version 0.4.1 into the Packages Collection.
afpfs-ng is an Apple Filing Protocol client that will allow a Linux system to see files exported from a Mac OS system with AFP over TCP. With thanks to Jared for the nudge.
Diffstat (limited to 'filesystems/fuse-afpfs-ng/patches/patch-ac')
-rw-r--r--filesystems/fuse-afpfs-ng/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/filesystems/fuse-afpfs-ng/patches/patch-ac b/filesystems/fuse-afpfs-ng/patches/patch-ac
new file mode 100644
index 00000000000..2bc21cf1341
--- /dev/null
+++ b/filesystems/fuse-afpfs-ng/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1.1.1 2007/07/09 19:03:22 agc Exp $
+
+--- meta.c 2007/07/09 18:25:27 1.1
++++ meta.c 2007/07/09 18:26:36
+@@ -9,7 +9,9 @@
+ */
+
+ #include <fuse.h>
++#ifdef __linux__
+ #include <fuse/fuse_opt.h>
++#endif
+ #include <stdio.h>
+ #include <string.h>
+ #include <errno.h>