https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271228
Kai Knoblich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |[email protected] Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+ |eeBSD.org) | --- Comment #1 from Kai Knoblich <[email protected]> --- (In reply to Robert Clausecker from comment #0) Hi Robert, thanks for the patch. Regarding the node crash you mentioned: Would it help to get a successful build by expanding the conditional in the Makefile to include armv7 as well, e.g.: > .if ${ARCH} == i386 || ${ARCH} == armv7 > EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-i386-compress_files_js > .endif If this helps then we should rename "extra-patch-i386-compress_files_js" to a more generic name, e.g. "extra-patch-32bit-compress_files_js" and update its boiler plate as well. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
