[Bug 268771] graphics/sane-backends: fix build with clang 15

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 06 Jan 2023 01:20:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268771

VVD <vvd@unislabs.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(vvd@un |maintainer-feedback+
                   |islabs.com)                 |

--- Comment #3 from VVD <vvd@unislabs.com> ---
Build fine for me with this patch on 13.1-p5 amd64 with llvm15 -
/etc/make.conf:
.if ${.CURDIR:M*/graphics/sane-backends*}
CPP=clang-cpp15
CC=clang15
CXX=clang++15
.endif

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