On Tue, Feb 18, 2025 at 12:50:31AM -0700, Rafael Sadowski wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2025/02/18 00:50:31
>
> Modified files:
> x11/qt6/qtwebengine: Makefile
> Added files:
> x11/qt6/qtwebengine/patches:
>
> patch-src_3rdparty_chromium_third_party_devtools-frontend_src_scripts_build_compress_files_js
>
>
> Log message:
> A next attempt to unbreak i386
>
> The idea comes from FreeBSD and was suggested to me by [email protected]
> (thanks!)[1]. FreeBSD can import arch specific patches. This is not quite as
OpenBSD can too.
e.g.
.if ${MACHINE_ARCH} == "i386"
PATCH_LIST= patch-* i386-patch-*
.endif
--
Antoine