Path to this page:
Next | Query returned 1 messages, browsing 1 to 10 | previous
CVS Commit History:
2022-12-29 10:05:25 by Benny Siegert | Files touched by this commit (3) |
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.
|
Next | Query returned 1 messages, browsing 1 to 10 | previous