maintainer-feedback requested: [Bug 273649] textproc/enchant: Fix build with LLVM/clang++ 16

From: <bugzilla-noreply_at_freebsd.org>
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.