diff options
author | Maxim Koltsov <maks@gentoo.org> | 2010-08-23 17:26:06 +0000 |
---|---|---|
committer | Maxim Koltsov <maks@gentoo.org> | 2010-08-23 17:26:06 +0000 |
commit | 509ebb70330c040d7fd3a1d8eb2ad6f9629152bd (patch) | |
tree | d3154d1b01255f9fa5484c9ec09dc144a4fd9b16 /sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch | |
parent | net-misc/miniupnpc: Version bump. (diff) | |
download | sunrise-509ebb70330c040d7fd3a1d8eb2ad6f9629152bd.tar.gz sunrise-509ebb70330c040d7fd3a1d8eb2ad6f9629152bd.tar.bz2 sunrise-509ebb70330c040d7fd3a1d8eb2ad6f9629152bd.zip |
sys-fs/fusepod: Fixed building with recent headers. Fixed broken 64-bit support.
svn path=/sunrise/; revision=11204
Diffstat (limited to 'sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch')
-rw-r--r-- | sys-fs/fusepod/files/fusepod-0.5.2-additional-headers.patch | 20 |
1 files changed, 20 insertions, 0 deletions
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 <cstdio> // for sprintf() + #include <cstring> + #include <set> + +--- 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 <vector> + #include <string> ++#include <strings.h> // for strcasecmp + + using std::string; + using std::vector; |