Summary: | lang/kross-interpreters: Fix build with Ruby 3.x | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | adridg | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(kde) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 262350 | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4ca06930af4694d3dc463080790ce52f65e1d20 commit a4ca06930af4694d3dc463080790ce52f65e1d20 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-03-15 20:53:41 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-03-15 23:56:53 +0000 lang/kross-interpreters: fix build with Ruby 3.x Patch from Yasuhiro Kimura. Apparently this flag is needed when building against Ruby 3.x. It doesn't hurt with Ruby 2.7, so land it without complications. Provided By: yasu@ PR: 262486 lang/kross-interpreters/Makefile | 3 +++ 1 file changed, 3 insertions(+) |
Created attachment 232390 [details] Patch file Fix build with Ruby 3.x.