kdelibs win x64 patches
Alexander Neundorf
neundorf at kde.org
Mon Apr 26 18:35:13 BST 2010
On Monday 26 April 2010, Ralf Habacker wrote:
> Hi,
>
> Patrick von Reth sent me patches for compiling kdelibs with x64 mingw
> compiler. They mostly covers "loss presision" errors by using
> (u)intptr_t types instead of (unsigned)long
>
> Are there any problems with this patches ? Otherwise I would commit them
> into kdelibs svn trunk
>
> Regards
> Ralf
Index: cmake/modules/FindDBusMenuQt.cmake
===================================================================
--- cmake/modules/FindDBusMenuQt.cmake (Revision 1118962)
+++ cmake/modules/FindDBusMenuQt.cmake (Arbeitskopie)
@@ -24,6 +24,7 @@
# in cache already
set(DBUSMENUQT_FOUND TRUE)
else (DBUSMENUQT_INCLUDE_DIR AND DBUSMENUQT_LIBRARIES)
+ set(DBUSMENUQT_FOUND TRUE)
if (NOT WIN32)
find_package(PkgConfig)
pkg_check_modules(PC_DBUSMENUQT QUIET dbusmenu-qt)
This change looks wrong. Why does it simply set DBUSMENUQT_FOUND to TRUE ?
Alex
More information about the kde-core-devel
mailing list