ruby / prism

Prism Ruby parser
https://ruby.github.io/prism/
MIT License
790 stars 134 forks source link

Use gmake on FreeBSD #2923

Closed renchap closed 5 days ago

renchap commented 5 days ago

This is similar to #2550, fixing the same issue as #2527 but on FreeBSD.

I feel like there should be a better way to handle this, or maybe change the Makefile to not use gmake-specific features, but this changes fixed the issue for now.

Tested on FreeBSD 14 with gmake, the gem builds correctly.