summaryrefslogtreecommitdiff
path: root/filesystems/fuse-curlftpfs/patches
diff options
context:
space:
mode:
authorhans <hans>2011-04-14 19:01:26 +0000
committerhans <hans>2011-04-14 19:01:26 +0000
commit573f9192ba125c592a707f73fc1fd093c4778b34 (patch)
tree7e70c971b74df2793addd83dae0da2c366cf8f58 /filesystems/fuse-curlftpfs/patches
parentefb4714a59c550a3678743a08daed00b2e91e512 (diff)
downloadpkgsrc-573f9192ba125c592a707f73fc1fd093c4778b34.tar.gz
Fix build on SunOS.
Diffstat (limited to 'filesystems/fuse-curlftpfs/patches')
-rw-r--r--filesystems/fuse-curlftpfs/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/filesystems/fuse-curlftpfs/patches/patch-ab b/filesystems/fuse-curlftpfs/patches/patch-ab
new file mode 100644
index 00000000000..ffe3083c79c
--- /dev/null
+++ b/filesystems/fuse-curlftpfs/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2011/04/14 19:01:27 hans Exp $
+
+--- ftpfs.h.orig 2007-03-02 00:47:07.000000000 +0100
++++ ftpfs.h 2010-01-08 22:36:58.256798187 +0100
+@@ -14,6 +14,7 @@
+ #include <pthread.h>
+ #include <glib.h>
+ #include <pthread.h>
++#include <limits.h>
+
+ struct ftpfs {
+ char* host;