nixpkgs/pkgs/tools/text/sgml
Randy Eckenrode 4abf3027d8
opensp: fix build with clang 16
There are two issues preventing a build with clang 16:
* The configure scripts are too old and generate invalid `config.h`.
  This is fixed by using `autoreconfHook` with clang.
* Use of the `register` storage class specifier, which is not allowed in
  C++17 (the default when building with clang 16). This is fixed by
  removing that usage.
2023-06-29 23:39:35 -04:00
..
jade treewide: move NIX_CFLAGS_COMPILE to the env attrset 2023-02-22 21:23:04 +02:00
linuxdoc-tools linuxdoc-tools: init at 0.9.82 2022-12-28 00:17:27 +01:00
openjade treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
opensp opensp: fix build with clang 16 2023-06-29 23:39:35 -04:00