Page MenuHomeFreeBSD

Fix build error on macOS
ClosedPublic

Authored by minsoochoo0122_proton.me on Jul 14 2023, 6:08 AM.
Tags
Referenced Files
F135019317: D41036.id124657.diff
Wed, Nov 5, 9:31 PM
Unknown Object (File)
Tue, Oct 28, 4:14 AM
Unknown Object (File)
Sat, Oct 25, 2:40 PM
Unknown Object (File)
Thu, Oct 23, 4:36 PM
Unknown Object (File)
Thu, Oct 23, 8:09 AM
Unknown Object (File)
Thu, Oct 23, 8:09 AM
Unknown Object (File)
Thu, Oct 23, 8:09 AM
Unknown Object (File)
Thu, Oct 23, 8:09 AM
Subscribers

Details

Summary

ruby is not manually added to /usr/local/bin since there is already pre-installed ruby (old version used by Apple) in that directory. On macOS, we need to manually add it by passing RUBY_CMD.
With Homebrew, Hugo 0.115 will be installed so we don't need the tip for "Hugo 0.90 and above" anymore.
LOCALBASE is not needed anymore on macOS.

Test Plan
bmake run USE_RUBYGEMS=YES RUBY_CMD=$(brew --prefix ruby)/bin/ruby

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable