summaryrefslogtreecommitdiff
path: root/filesystems/fuse-pod
diff options
context:
space:
mode:
authorjoerg <joerg>2011-11-24 14:10:37 +0000
committerjoerg <joerg>2011-11-24 14:10:37 +0000
commit11534aeb3d2a7f227aaca42c5c22f011b029653c (patch)
treee54e76e700a28ba89cbb41b24abe6285a11ad775 /filesystems/fuse-pod
parentf64641e8ee96d6fc65229055df6947b62c6df6ea (diff)
downloadpkgsrc-11534aeb3d2a7f227aaca42c5c22f011b029653c.tar.gz
Fix GCC 4.5 fallout
Diffstat (limited to 'filesystems/fuse-pod')
-rw-r--r--filesystems/fuse-pod/distinfo3
-rw-r--r--filesystems/fuse-pod/patches/patch-src_fusepod__util.h12
2 files changed, 14 insertions, 1 deletions
diff --git a/filesystems/fuse-pod/distinfo b/filesystems/fuse-pod/distinfo
index d472a41aff3..a4b26f6f67e 100644
--- a/filesystems/fuse-pod/distinfo
+++ b/filesystems/fuse-pod/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/05/04 23:48:33 agc Exp $
+$NetBSD: distinfo,v 1.2 2011/11/24 14:10:37 joerg Exp $
SHA1 (fusepod-0.5.1.tar.bz2) = 61fda80b27b0305fbfa26ba58d395b4ddbd72525
RMD160 (fusepod-0.5.1.tar.bz2) = ad68b3f6c81a3ce7546771a8b2fd3dd6ce061447
Size (fusepod-0.5.1.tar.bz2) = 78547 bytes
SHA1 (patch-aa) = cb2aceb2aefaa8b99dc95fce70835edb85ab1a92
SHA1 (patch-ab) = 923f7f7449c85d2ea537845b779aebec6aede1e8
+SHA1 (patch-src_fusepod__util.h) = 71485be8dfdecc1f2be61d1c5c08ac9d3447c0c5
diff --git a/filesystems/fuse-pod/patches/patch-src_fusepod__util.h b/filesystems/fuse-pod/patches/patch-src_fusepod__util.h
new file mode 100644
index 00000000000..112a7f3434a
--- /dev/null
+++ b/filesystems/fuse-pod/patches/patch-src_fusepod__util.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_fusepod__util.h,v 1.1 2011/11/24 14:10:37 joerg Exp $
+
+--- src/fusepod_util.h.orig 2011-11-24 00:19:43.000000000 +0000
++++ src/fusepod_util.h
+@@ -17,6 +17,7 @@
+
+ #include <vector>
+ #include <string>
++#include <strings.h>
+
+ using std::string;
+ using std::vector;