diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-07-01 18:56:51 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-07-01 18:56:51 +0000 |
commit | 933fc9a24b457341d574f1c49d21565f27a9dcfd (patch) | |
tree | 5b6e4ef1e28b2025ad91f007dfcac4ab9f850126 /app-mobilephone/bitpim/files | |
parent | Fixing musicbrainz deps again, bug #230349 (diff) | |
download | gentoo-2-933fc9a24b457341d574f1c49d21565f27a9dcfd.tar.gz gentoo-2-933fc9a24b457341d574f1c49d21565f27a9dcfd.tar.bz2 gentoo-2-933fc9a24b457341d574f1c49d21565f27a9dcfd.zip |
Depend unconditionally on dev-python/apsw (#230363).
Fix broken build when compiled with gcc-4.3 (#230043).
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-mobilephone/bitpim/files')
-rw-r--r-- | app-mobilephone/bitpim/files/bitpim-1.0.5-gcc43.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-mobilephone/bitpim/files/bitpim-1.0.5-gcc43.patch b/app-mobilephone/bitpim/files/bitpim-1.0.5-gcc43.patch new file mode 100644 index 000000000000..ae77ba1e2bb3 --- /dev/null +++ b/app-mobilephone/bitpim/files/bitpim-1.0.5-gcc43.patch @@ -0,0 +1,22 @@ +diff -ur bitpim-1.0.5.orig/src/native/av/bmp2avi/avi_file.cxx bitpim-1.0.5/src/native/av/bmp2avi/avi_file.cxx +--- bitpim-1.0.5.orig/src/native/av/bmp2avi/avi_file.cxx 2005-02-18 07:55:03.000000000 +0100 ++++ bitpim-1.0.5/src/native/av/bmp2avi/avi_file.cxx 2008-07-01 19:59:57.000000000 +0200 +@@ -9,6 +9,7 @@ + + #include "avi_file.h" + #include "byte_order.h" ++#include <cstring> + + // endian conversion routines + +diff -ur bitpim-1.0.5.orig/src/native/av/bmp2avi/bmp_file.cxx bitpim-1.0.5/src/native/av/bmp2avi/bmp_file.cxx +--- bitpim-1.0.5.orig/src/native/av/bmp2avi/bmp_file.cxx 2005-02-18 07:55:03.000000000 +0100 ++++ bitpim-1.0.5/src/native/av/bmp2avi/bmp_file.cxx 2008-07-01 20:00:48.000000000 +0200 +@@ -11,6 +11,7 @@ + #include <string> + #include "bmp_file.h" + #include "byte_order.h" ++#include <cstring> + + using namespace std; + |