summaryrefslogtreecommitdiff
path: root/lang/ruby31-base/patches/patch-include_ruby_internal_static__assert.h
AgeCommit message (Collapse)AuthorFilesLines
2022-05-04lang/ruby: fix Ruby 3.0 build problem on NetBSD 8.0taca1-0/+15
Something wrong with expantion of static_assert macro in <assert.h> on NetBSD 8.0. So, avoid use of static_assert on NetBSD 8.0. NetBSD 8.1 and later dose not have this problem.