Tweak comment.

This commit is contained in:
ajacoutot 2019-08-17 10:55:58 +00:00
parent 2b52b9e8b6
commit 1992578b8c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2019/07/23 12:58:22 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2019/08/17 10:55:58 ajacoutot Exp $
# see patch-js_src_old-configure_in
USE_WXNEEDED = Yes
@ -7,7 +7,8 @@ USE_WXNEEDED = Yes
# jsapi-tests crashes in js::MarkRangeConservatively() on hppa (SIGSEGV in js/src/jsgc.cpp:1142)
# jsapi-tests crashes in js::Bindings::switchToScriptStorage() on alpha (SIGBUS in jsutil.h:235)
# jsapi-tests crashes in js::Bindings::switchToScriptStorage() on sparc64 & mips64 (SIGBUS in jsutil.h:33)
# but let's keep them to build more packages
# but let's keep them to build more packages;
# sync with x11/gtk+3 and x11/gtk+4
ONLY_FOR_ARCHS = aarch64 alpha amd64 i386 hppa mips64el mips64 powerpc sparc64
COMMENT = C/C++ Mozilla's JavaScript engine implementation #'