nixpkgs/pkgs/development/tools/misc/gperf
Randy Eckenrode 58f559cdb0
gperf: fix build with clang 16
Clang 16 defaults to C++17, which does not allow the `register` storage
class specifier. This is fixed upstream, but the change doesn’t apply
cleanly to the 3.1 release. Fortunately, the fix is trivial (remove the
disallowed keyword).
2023-05-31 00:18:02 -04:00
..
3.0.x.nix
default.nix gperf: fix build with clang 16 2023-05-31 00:18:02 -04:00
gperf-ar-fix.patch
gperf-c++17-register-fix.patch gperf: fix build with clang 16 2023-05-31 00:18:02 -04:00