Path to this page:
Subject: CVS commit: [pkgsrc-2022Q4] pkgsrc/lang/clang
From: Benny Siegert
Date: 2022-12-29 10:05:25
Message id: 20221229090525.9FF8FFA90@cvs.NetBSD.org
Log Message:
Pullup ticket #6709 - requested by he
lang/clang: NetBSD build fix
Revisions pulled up:
- lang/clang/Makefile 1.78
- lang/clang/distinfo 1.79
- lang/clang/patches/patch-lib_Interpreter_IncrementalParser.cpp 1.1
---
Module Name: pkgsrc
Committed By: he
Date: Tue Dec 27 10:49:42 UTC 2022
Modified Files:
pkgsrc/lang/clang: Makefile distinfo
Added Files:
pkgsrc/lang/clang/patches: patch-lib_Interpreter_IncrementalParser.cpp
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: