From 15cde0fb330d4668a5c219eb02e05e370ee9adf5 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 22 Dec 2025 12:08:13 +0000 Subject: [PATCH] knock out webview on i386; no more webkitgtk --- x11/wxWidgets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/wxWidgets/Makefile b/x11/wxWidgets/Makefile index ec72b51da4b..5473e4128d2 100644 --- a/x11/wxWidgets/Makefile +++ b/x11/wxWidgets/Makefile @@ -31,7 +31,7 @@ MULTI_PACKAGES = -main -media -webview PSEUDO_FLAVORS = no_webview FLAVOR ?= .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm" || \ - ${MACHINE_ARCH} == "hppa" + ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "i386" FLAVOR += no_webview .endif