maintainer-feedback requested: [Bug 273649] textproc/enchant: Fix build with LLVM/clang++ 16
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273649] textproc/enchant: Fix build with LLVM/clang++ 16"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Sep 2023 21:28:34 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody) <gnome@FreeBSD.org> for maintainer-feedback: Bug 273649: textproc/enchant: Fix build with LLVM/clang++ 16 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273649 --- Description --- clang++ 16 defaults to C++17 causing errors with the codebase. Switching back to C++14 makes it build. Patch to be attached after bug creation. Please apply with 'git am'. Thanks.