summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Gurr <tgurr@gentoo.org>2008-06-11 22:37:12 +0000
committerTimo Gurr <tgurr@gentoo.org>2008-06-11 22:37:12 +0000
commit8f30229ccc2201eda7de4186881d1d060f9765a2 (patch)
treefa1a0404fda52a07be45e20ea2ba6f76e5a07d37 /kde-base/arts/files
parentstable x86, bug 219933 (diff)
downloadgentoo-2-8f30229ccc2201eda7de4186881d1d060f9765a2.tar.gz
gentoo-2-8f30229ccc2201eda7de4186881d1d060f9765a2.tar.bz2
gentoo-2-8f30229ccc2201eda7de4186881d1d060f9765a2.zip
Fix arts-3.5.9.ebuild, glibc-2.8 compatibility bug #225763.
(Portage version: 2.1.5.4)
Diffstat (limited to 'kde-base/arts/files')
-rw-r--r--kde-base/arts/files/arts-1.5.9-glibc2.8-build-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-base/arts/files/arts-1.5.9-glibc2.8-build-fix.patch b/kde-base/arts/files/arts-1.5.9-glibc2.8-build-fix.patch
new file mode 100644
index 000000000000..5ccfa8c08e4e
--- /dev/null
+++ b/kde-base/arts/files/arts-1.5.9-glibc2.8-build-fix.patch
@@ -0,0 +1,11 @@
+diff -Naur arts-1.5.9/mcop/mcoputils.cc arts-1.5.9.new/mcop/mcoputils.cc
+--- arts-1.5.9/mcop/mcoputils.cc 2008-02-13 10:35:23.000000000 +0100
++++ arts-1.5.9.new/mcop/mcoputils.cc 2008-06-11 02:07:41.349233625 +0200
+@@ -36,6 +36,7 @@
+ #include <cstring>
+ #include <stdio.h>
+ #include <map>
++#include <limits.h>
+
+ using namespace std;
+ using namespace Arts;