diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-05-28 22:56:11 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-05-28 22:56:11 +0000 |
commit | 9663cbbd31f94fbe56158779adccad34350f1be6 (patch) | |
tree | 3b5bab7451747e3b370c5996979673c6d101f093 /dev-cpp/libbinio | |
parent | New version for GNOME 2.26.2. (diff) | |
download | gentoo-2-9663cbbd31f94fbe56158779adccad34350f1be6.tar.gz gentoo-2-9663cbbd31f94fbe56158779adccad34350f1be6.tar.bz2 gentoo-2-9663cbbd31f94fbe56158779adccad34350f1be6.zip |
Add a missing patch (bug #271350).
(Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-cpp/libbinio')
-rw-r--r-- | dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch b/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch new file mode 100644 index 000000000000..f5ee5e99e0d2 --- /dev/null +++ b/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch @@ -0,0 +1,11 @@ +diff -Naurp libbinio-1.4-orig/src/binwrap.cpp libbinio-1.4/src/binwrap.cpp +--- libbinio-1.4-orig/src/binwrap.cpp 2009-05-16 15:02:48.000000000 +0200 ++++ libbinio-1.4/src/binwrap.cpp 2009-05-16 15:05:45.000000000 +0200 +@@ -18,6 +18,7 @@ + */ + + #include "binwrap.h" ++#include <cstdio> + + #if BINIO_ENABLE_IOSTREAM + |