The NetBSD Project

CVS log for pkgsrc/lang/mozjs78/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / mozjs78

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2021Q2-base


Revision 1.21 / (download) - annotate - [select for diffs], Mon Jun 14 22:07:35 2021 UTC (23 months, 1 week ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.20: +12 -1 lines
Diff to previous 1.20 (colored)

mozjs78: fix NetBSD i386 builds with Rust >= 1.50

The NetBSD i386 Rust 1.50 builds introduced two different targets (i586
and i686), where previously there was only one (i686). Unfortunately,
the upstream mozjs78 configuration script that narrows to the
appropriate compiler target is confused by this, since it was receiving
"i486" from pkgsrc tooling and didn't know how to pick from more than
one potential approximate match. I'm addressing it this (kludgy) way
for now, as I don't have time to go through Mozilla's scripting and
make adjustments, and I would like this building in the 2021Q2 branch.
If someone else feels there's a better way, please have at it. With
this tweak in place, I'm able to build the xfce4 meta package for
NetBSD/i386 9.2.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>