diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2023-06-15 18:31:34 +0200 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2023-06-16 20:03:01 +0200 |
| commit | 9a521a21bc60d34292ce87e3099f52ec9232d022 (patch) | |
| tree | e5a716914e2cbae93bfd8bb0434474b07b532c77 /databases/postgresql13-server/files/patch-doc-src-sgml-Makefile | |
| parent | sysutils/tracker3: add additional python depends to fix build (diff) | |
audio/festival: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because audio/festival's build infrastructure does not explicitly set
its C++ standard, this leads to an error:
regexp.cc:178:22: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
STATIC char *regnext(register char *p);
^~~~~~~~~
To work around the error, add USE_CXXSTD=gnu++11 to compile for C++11
with GNU extensions instead. While here, pet portlint a little.
PR: 272014
Approved by: fernape
MFH: 2023Q2
Diffstat (limited to 'databases/postgresql13-server/files/patch-doc-src-sgml-Makefile')
0 files changed, 0 insertions, 0 deletions
