Subject: CVS commit: pkgsrc/lang/clang
From: Havard Eidnes
Date: 2022-12-27 11:49:42
Message id: 20221227104942.69F26FA90@cvs.NetBSD.org

Log Message:
lang/clang: fix build on NetBSD.

In IncrementalParser.cpp: NetBSD doesn't have ENOTRECOVERABLE, so
doesn't have std::errc::state_not_recoverable either.  Use
std::errc::operation_not_supported instead.

Bump PKGREVISION.

Files:
RevisionActionfile
1.78modifypkgsrc/lang/clang/Makefile
1.79modifypkgsrc/lang/clang/distinfo
1.1addpkgsrc/lang/clang/patches/patch-lib_Interpreter_IncrementalParser.cpp