summaryrefslogtreecommitdiff
path: root/filesystems/fuse-gphotofs/patches
diff options
context:
space:
mode:
authorsborrill <sborrill>2008-04-29 09:39:17 +0000
committersborrill <sborrill>2008-04-29 09:39:17 +0000
commit46fc19952f4d86beaa9140c07514d299401c7742 (patch)
treea733b6b83e33662738064ef8cc88fc1effaacc3c /filesystems/fuse-gphotofs/patches
parent44628ff758e303e1cecbc6f38de6d4582674db90 (diff)
downloadpkgsrc-46fc19952f4d86beaa9140c07514d299401c7742.tar.gz
Update to 0.4.0
- Statfs support - FUSE 2.6 API - Single threaded main loop - Write support - mkdir/rmdir
Diffstat (limited to 'filesystems/fuse-gphotofs/patches')
-rw-r--r--filesystems/fuse-gphotofs/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/filesystems/fuse-gphotofs/patches/patch-ab b/filesystems/fuse-gphotofs/patches/patch-ab
new file mode 100644
index 00000000000..d549d59a1f3
--- /dev/null
+++ b/filesystems/fuse-gphotofs/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2008/04/29 09:39:17 sborrill Exp $
+
+--- gphotofs.c.orig 2008-04-25 00:21:37.000000000 +0100
++++ gphotofs.c 2008-04-25 00:22:57.000000000 +0100
+@@ -26,6 +26,10 @@
+ #include <fcntl.h>
+ #include <sys/time.h>
+
++#ifdef HAVE_LOCALE_H
++#include <locale.h>
++#endif
++
+ /*
+ * Static variables set by command line arguments.
+ */