diff options
author | kwm <kwm@FreeBSD.org> | 2017-06-10 04:08:54 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-06-10 04:08:54 +0800 |
commit | 1be4b50135c3ece06d5b2e4b30ec77962a046a11 (patch) | |
tree | 3a4b3579b1634b1465916b49758466ae464b3866 /lang/Makefile | |
parent | 226b08d7ad0656a2b3b102220fdfc548247255b9 (diff) | |
download | freebsd-ports-gnome-1be4b50135c3ece06d5b2e4b30ec77962a046a11.tar.gz freebsd-ports-gnome-1be4b50135c3ece06d5b2e4b30ec77962a046a11.tar.zst freebsd-ports-gnome-1be4b50135c3ece06d5b2e4b30ec77962a046a11.zip |
Add spidermonkey 38 aka mozjs 3.8.
Spidermonkey is mozilla's JavaScript engine. This version is based
on the last release of firefox esr; 38.8.0. This is done because
the stand alone release aren't done often enough. I copied this idea
from the fedora spidermonkey38 spec file.
Probably due to the fact that spidermonkey in the firefox tarball isn't
intended to be installed standalone we need to manualy replace the header
symlinks in the stage dir with the actual header files.
Thanks to miki and streja for build testing on armv6 and aarch64.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 2e7468943fc9..cd40c6cc777f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -333,6 +333,7 @@ SUBDIR += spidermonkey170 SUBDIR += spidermonkey185 SUBDIR += spidermonkey24 + SUBDIR += spidermonkey38 SUBDIR += spl SUBDIR += squeak SUBDIR += squirrel |