- Use CFLAGS and CXXFLAGS instead of CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
Remove the webkit/webengine-wxneeded hack in cmComputeLinkInformation.cxx
and add USE_WXNEEDED=Yes to all cmake webkit/webengine consumer.
Background knowledge about the "hack":
It searches for webkit/webengine (lower-case search) in all link-entries for
EXECUTABLE/SHARED_LIBRARY targets. If the search match it adds
"-Wl,-z,wxneeded".
Feedback, help and OK sthen@ Thanks!
I accidentally deleted libalkimia some weeks ago (KDE4 chainsaw massacre). Here
is a re-add which includes an update to the latest stable version 7.0.1
Should fix (at least some) KDE3 vs. KDE4 build problems out there.
Since both ports are mine, its noone who to blame for the months long
breakage, other than me. :(
by finance applications for the KDE SC. Currently it supports a
common class to represent monetary values with arbitrary precision.
This is a KMyMoney requirement.
Reviewed by landry@, also tested by nigel@ some time ago.