Review Request: Fix build on PPC

Michael Palimaka kensington at gentoo.org
Fri Oct 12 15:11:42 UTC 2012


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/106812/
-----------------------------------------------------------

Review request for KDevelop.


Description
-------

This patch (from Fedora) disables the structures tool on big endian systems, as the required library is not supported:

# temporary check for broken code in the Structures tool with bigendianness
include(TestBigEndian)
test_big_endian(BIG_ENDIAN)
if (BIG_ENDIAN)
  set( NO_STRUCTURES_TOOL TRUE )
endif (BIG_ENDIAN)


Diffs
-----

  utils/okteta/oktetaplugin.cpp 5691959629f9fc8a6a9a8f518f6c8b9bf63e9cf4 

Diff: http://git.reviewboard.kde.org/r/106812/diff/


Testing
-------


Thanks,

Michael Palimaka

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20121012/80c79e19/attachment.html>


More information about the KDevelop-devel mailing list