summaryrefslogtreecommitdiff
path: root/textproc/fcitx5-configtool/files/patch-config.h.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/fcitx5-configtool: Update to 5.1.9Li-Wen Hsu2025-04-211-19/+0
| | | | Approved by: khng (implicitly)
* Fix textproc/fcitx5-configtool ahead of KF5 5.80Adriaan de Groot2021-03-181-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