From 509ebb70330c040d7fd3a1d8eb2ad6f9629152bd Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Mon, 23 Aug 2010 17:26:06 +0000 Subject: sys-fs/fusepod: Fixed building with recent headers. Fixed broken 64-bit support. svn path=/sunrise/; revision=11204 --- .../files/fusepod-0.5.2-additional-headers.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch (limited to 'sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch') diff --git a/sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch b/sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch new file mode 100644 index 000000000..2046ec42c --- /dev/null +++ b/sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch @@ -0,0 +1,20 @@ +--- src.bak/fusepod_util.cpp 2010-08-21 00:02:22.000000000 +0200 ++++ src/fusepod_util.cpp 2010-08-21 00:03:23.000000000 +0200 +@@ -14,6 +14,7 @@ + + #include "fusepod_util.h" + ++#include // for sprintf() + #include + #include + +--- src.bak/fusepod_util.h 2010-08-21 00:02:22.000000000 +0200 ++++ src/fusepod_util.h 2010-08-21 00:02:50.000000000 +0200 +@@ -17,6 +17,7 @@ + + #include + #include ++#include // for strcasecmp + + using std::string; + using std::vector; -- cgit v1.2.3-65-gdbad