aboutsummaryrefslogtreecommitdiff
path: root/package/devel/gperf
Commit message (Collapse)AuthorAge
* gperf: build as C++11Rosen Penev2024-05-10
| | | | | | | Newer compilers default to building with C++17 as default, which has the register keyword removed and thus errors. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gperf: add from packages feedMichael Pratt2023-05-04
Add gperf which is required for building gettext after using the autogen.sh script. Signed-off-by: Michael Pratt <mcpratt@pm.me>