[Bug 271228] www/qt6-webengine: fix build on armv7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 2 16:06:03 BST 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271228
Kai Knoblich <kai at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
CC| |kai at FreeBSD.org
Flags|maintainer-feedback?(kde at Fr |maintainer-feedback+
|eeBSD.org) |
--- Comment #1 from Kai Knoblich <kai at FreeBSD.org> ---
(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.
More information about the kde-freebsd
mailing list