CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/02/13 09:38:31
Modified files:
astro/stellarium: Makefile
devel/cmake : Makefile
devel/cmake/patches: patch-Source_cmComputeLinkInformation_cxx
devel/qt-creator: Makefile
editors/sigil : Makefile
geo/gpsbabel : Makefile
geo/kgeotag : Makefile
geo/qgis : Makefile
geo/qmapshack : Makefile
graphics/digikam: Makefile
mail/trojita : Makefile
math/rstudio : Makefile
net/ktorrent : Makefile
net/nextcloudclient: Makefile
net/psi : Makefile
productivity/kmymoney: Makefile
productivity/libalkimia: Makefile
www/dooble : Makefile
www/otter-browser: Makefile
x11/kde-applications/akregator: Makefile
x11/kde-applications/cantor: Makefile
x11/kde-applications/grantlee-editor: Makefile
x11/kde-applications/kdepim-addons: Makefile
x11/kde-applications/kdepim-runtime: Makefile
x11/kde-applications/kimagemapeditor: Makefile
x11/kde-applications/kmail: Makefile
x11/kde-applications/konqueror: Makefile
x11/kde-applications/kontact: Makefile
x11/kde-applications/marble: Makefile
x11/kde-applications/umbrello: Makefile
x11/tellico : Makefile
Log message:
Remove the cmake wxneeded-hack and replace it with USE_WXNEEDED
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!