Page MenuHomeFreeBSD

Fix build of lang/spidermonkey52 for GCC-based targets
ClosedPublic

Authored by jhibbits on Sep 5 2018, 2:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 17 2026, 11:37 AM
Unknown Object (File)
Dec 13 2025, 9:28 AM
Unknown Object (File)
Dec 3 2025, 6:36 PM
Unknown Object (File)
Nov 24 2025, 11:28 PM
Unknown Object (File)
Nov 21 2025, 2:34 AM
Unknown Object (File)
Nov 21 2025, 2:33 AM
Unknown Object (File)
Nov 21 2025, 2:31 AM
Unknown Object (File)
Nov 21 2025, 2:28 AM
Subscribers

Details

Summary

Spidermonkey needs a C++11 compiler to build. However, it checks the
host compiler as 'gcc', not $CC. Set an override compiler to match $CC and
$CXX, so that ports gcc is used instead. This has been tested on powerpc64 and
mips.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

linimon retitled this revision from Fix build of spidermonkey for GCC-based targets to Fix build of lang/spidermonkey52 for GCC-based targets.Sep 5 2018, 2:47 PM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 27 2018, 11:28 PM
This revision was automatically updated to reflect the committed changes.