[jhbuild] Add patch against libmusicbrainz, to make it build with g++ 4.4
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Add patch against libmusicbrainz, to make it build with g++ 4.4
- Date: Sun, 23 May 2010 12:30:29 +0000 (UTC)
commit 11306bce708ad4a9016f00e9138128f0121d1d25
Author: Frédéric Péters <fpeters 0d be>
Date: Sun May 23 14:30:00 2010 +0200
Add patch against libmusicbrainz, to make it build with g++ 4.4
modulesets/gnome-external-deps-3.0.modules | 4 +++-
patches/libmusicbrainz-3.0.2-gcc-4.4-fix.patch | 13 +++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-external-deps-3.0.modules b/modulesets/gnome-external-deps-3.0.modules
index ff0c2dc..ad8593a 100644
--- a/modulesets/gnome-external-deps-3.0.modules
+++ b/modulesets/gnome-external-deps-3.0.modules
@@ -305,7 +305,9 @@
<branch module="libmusicbrainz-3.0.2.tar.gz" version="3.0.2"
repo="ftp.musicbrainz.org"
hash="sha256:b9a35e56826239add731cf083108cbc313d4a2d1770e6f5006966daa66a21eda"
- md5sum="648ecd43f7b80852419aaf73702bc23f" size="98537"/>
+ md5sum="648ecd43f7b80852419aaf73702bc23f" size="98537">
+ <patch file="libmusicbrainz-3.0.2-gcc-4.4-fix.patch"/>
+ </branch>
</cmake>
<tarball id="liboil" version="0.3.17">
diff --git a/patches/libmusicbrainz-3.0.2-gcc-4.4-fix.patch b/patches/libmusicbrainz-3.0.2-gcc-4.4-fix.patch
new file mode 100644
index 0000000..2221640
--- /dev/null
+++ b/patches/libmusicbrainz-3.0.2-gcc-4.4-fix.patch
@@ -0,0 +1,13 @@
+Patch from libmusicbrain Debian package; by Martin Michlmayr
+<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504895>
+
+--- src/utils_private.cpp~ 2008-11-07 20:07:10.000000000 +0000
++++ src/utils_private.cpp 2008-11-07 20:07:16.000000000 +0000
+@@ -20,6 +20,7 @@
+ * $Id: utils_private.cpp 8466 2006-09-05 08:59:44Z luks $
+ */
+
++#include <cstdio>
+ #include <cstdlib>
+ #include <cstring>
+ #include <cstdarg>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]