summaryrefslogtreecommitdiff
path: root/textproc/fcitx5-configtool/files/patch-config.h.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-21textproc/fcitx5-configtool: Update to 5.1.9Li-Wen Hsu1-19/+0
Approved by: khng (implicitly)
2021-03-18Fix textproc/fcitx5-configtool ahead of KF5 5.80Adriaan de Groot1-0/+19
I'm not sure this is really KF5 related: CMake has gotten more conservative with #cmakedefine recently, so it might have been missed-fallout in a CMake update previously. No change to the port except replacing #cmakedefine with the correct #define (the CMake variant is for variables with boolean type at the CMake level) Notes: svn path=/head/; revision=568765