diff options
author | Daniel Goller <morfic@gentoo.org> | 2004-12-29 21:56:32 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2004-12-29 21:56:32 +0000 |
commit | b5135a7d48e3094d9b912dcd9149e2b02a531f3c (patch) | |
tree | 0082c827d70a652d0a07febf2bcaf46d12d31b88 /media-libs/id3lib/files | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-b5135a7d48e3094d9b912dcd9149e2b02a531f3c.tar.gz gentoo-2-b5135a7d48e3094d9b912dcd9149e2b02a531f3c.tar.bz2 gentoo-2-b5135a7d48e3094d9b912dcd9149e2b02a531f3c.zip |
fixing make check
Diffstat (limited to 'media-libs/id3lib/files')
-rw-r--r-- | media-libs/id3lib/files/id3lib-3.8.3-test_io.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/id3lib/files/id3lib-3.8.3-test_io.patch b/media-libs/id3lib/files/id3lib-3.8.3-test_io.patch new file mode 100644 index 000000000000..b4a0d24d65e3 --- /dev/null +++ b/media-libs/id3lib/files/id3lib-3.8.3-test_io.patch @@ -0,0 +1,10 @@ +--- id3lib-3.8.3/examples/test_io.cpp.orig 2004-09-21 23:40:48.398826320 +0200 ++++ id3lib-3.8.3/examples/test_io.cpp 2004-09-21 23:40:55.408760648 +0200 +@@ -16,6 +16,7 @@ + using std::cerr; + + using namespace dami; ++using namespace std; + + int + main(size_t argc, const char** argv) |