diff options
author | 2006-01-19 13:54:31 +0000 | |
---|---|---|
committer | 2006-01-19 13:54:31 +0000 | |
commit | 79a54d91de4b4c575eb2f425c8cbfa7062acc0c3 (patch) | |
tree | 4ffb6d513d5a770cd69c07c6c3be7f43e996d512 /x11-libs/qt/files | |
parent | gentoo-sources for 2.6 profile, sparc-sources for 2.4 (diff) | |
download | historical-79a54d91de4b4c575eb2f425c8cbfa7062acc0c3.tar.gz historical-79a54d91de4b4c575eb2f425c8cbfa7062acc0c3.tar.bz2 historical-79a54d91de4b4c575eb2f425c8cbfa7062acc0c3.zip |
Add a uclibc patch to allow Qt to compile with ulibc (bug #100246)
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-libs/qt/files')
-rw-r--r-- | x11-libs/qt/files/qt-ulibc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-libs/qt/files/qt-ulibc.patch b/x11-libs/qt/files/qt-ulibc.patch new file mode 100644 index 000000000000..f188778e4bdf --- /dev/null +++ b/x11-libs/qt/files/qt-ulibc.patch @@ -0,0 +1,13 @@ +--- qt-x11-free-3.3.4.orig/src/tools/qlocale.cpp 2005-01-21 17:16:05.000000000 +0000 ++++ qt-x11-free-3.3.4/src/tools/qlocale.cpp 2005-02-18 13:36:59.000000000 +0000 +@@ -55,6 +55,10 @@ + # undef INFINITY + #endif + ++#if defined(Q_OS_LINUX) && defined(__UCLIBC__) ++# undef Q_OS_LINUX ++#endif ++ + #ifdef Q_OS_LINUX + # include <fenv.h> + #endif |