diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-04-24 12:04:51 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-04-24 12:04:51 +0000 |
commit | be2c168930886afa8ba6736fd16f36c28d1ce769 (patch) | |
tree | 01317fa5ce636a244e606e93bc977a8b0ca11fd8 /media-libs/libgpod/files | |
parent | Stable on amd64; bug 218927 (diff) | |
download | historical-be2c168930886afa8ba6736fd16f36c28d1ce769.tar.gz historical-be2c168930886afa8ba6736fd16f36c28d1ce769.tar.bz2 historical-be2c168930886afa8ba6736fd16f36c28d1ce769.zip |
Add patch to build with GCC 4.3. thanks to ape in bug #217017.
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'media-libs/libgpod/files')
-rw-r--r-- | media-libs/libgpod/files/libgpod-0.6.0+gcc-4.3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/libgpod/files/libgpod-0.6.0+gcc-4.3.patch b/media-libs/libgpod/files/libgpod-0.6.0+gcc-4.3.patch new file mode 100644 index 000000000000..1e5dfe890237 --- /dev/null +++ b/media-libs/libgpod/files/libgpod-0.6.0+gcc-4.3.patch @@ -0,0 +1,10 @@ +--- media-libs/libgpod-0.6.0/work/libgpod-0.6.0/tests/test-rebuild-db.cc 2007-06-02 10:56:58.000000000 +0200 ++++ test-rebuild-db.cc 2008-04-09 14:28:09.000000000 +0200 +@@ -29,6 +29,7 @@ + #include <sys/stat.h> + #include <typeinfo> + #include <unistd.h> ++#include <cstring> + + #include <glib/gstdio.h> + |