From 77825e5455872ef0c6def793b38bc767a3838bc0 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 04 Aug 2005 07:22:40 +0000 Subject: apply patch in # 0001662, fixes build with uclibc --- (limited to 'noncore/settings') diff --git a/noncore/settings/sysinfo/benchmarkinfo.cpp b/noncore/settings/sysinfo/benchmarkinfo.cpp index ac6e1fa..8de9aa1 100644 --- a/noncore/settings/sysinfo/benchmarkinfo.cpp +++ b/noncore/settings/sysinfo/benchmarkinfo.cpp @@ -50,7 +50,7 @@ using namespace Opie::Ui; #include #include #include -#if defined (__GNUC__) && (__GNUC__ < 3) +#if (defined (__GNUC__) && (__GNUC__ < 3)) || defined(__UCLIBC__) #define round qRound #endif -- cgit v0.9.0.2