[Bug 274919] editors/kakoune: Fix build on14-STABLE

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 04 Nov 2023 19:51:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274919

            Bug ID: 274919
           Summary: editors/kakoune: Fix build on14-STABLE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ashish@FreeBSD.org
          Reporter: o.hushchenkov@gmail.com
             Flags: maintainer-feedback?(ashish@FreeBSD.org)
          Assignee: ashish@FreeBSD.org

Created attachment 246130
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246130&action=edit
Patch v1

On 14-STABLE build fails with:
command_manager.cc:97:24: error: no matching function for call to 'gather'
                     | gather<HashSet>();
                       ^~~~~~~~~~~~~~~
./ranges.hh:633:6: note: candidate template ignored: invalid
explicitly-specified argument for template parameter 'Container'
auto gather()
     ^

Fix it by apply the same workaround as for 13.2-STABLE.

-- 
You are receiving this mail because:
You are the assignee for the bug.