Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77460 Details for
Bug 119473
qt compile error fenv.h: No such file or directory (on uClibc)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to undefine Q_OS_LINUX (which wants fenv.h) when on uClibc
qt-x11-free-3.3.4-uClibc.patch (text/plain), 743 bytes, created by
Miika Linnapuomi
on 2006-01-18 12:58:24 UTC
(
hide
)
Description:
patch to undefine Q_OS_LINUX (which wants fenv.h) when on uClibc
Filename:
MIME Type:
Creator:
Miika Linnapuomi
Created:
2006-01-18 12:58:24 UTC
Size:
743 bytes
patch
obsolete
># Submitted By: Robert Connolly <robert at linuxfromscratch dot org> (ashes) ># Date: 2005-02-18 ># Initial Package Version: 3.3.4 ># Upstream Status: Not submitted ># Origin: http://svn.exactcode.de/t2/trunk/package/base/uclibc/patches/\ ># qt-uclibc.patch ># Description: fenv.h does not exist in uClibc. > >diff -Naur qt-x11-free-3.3.4.orig/src/tools/qlocale.cpp qt-x11-free-3.3.4/src/tools/qlocale.cpp >--- 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 119473
: 77460