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.
Revision | Action | file |
1.78 | modify | pkgsrc/lang/clang/Makefile |
1.79 | modify | pkgsrc/lang/clang/distinfo |
1.1 | add | pkgsrc/lang/clang/patches/patch-lib_Interpreter_IncrementalParser.cpp |