Date: Wed, 09 Mar 2022 19:43:44 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 262451] devel/vc: fix port for i386 arch Message-ID: <bug-262451-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262451 Bug ID: 262451 Summary: devel/vc: fix port for i386 arch Product: Ports & Packages Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: makc@FreeBSD.org Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org Created attachment 232354 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D232354&action= =3Dedit patch vc library is no-op on i386 right now, e.g. krita fails to build: https://people.freebsd.org/~makc/logs/krita-5.0.2.log The reason is that cmake sets CMAKE_SYSTEM_PROCESSOR to i386, while vc dema= nds i686. This patch relaxes check for cpu type and fixes krita. I'm not sure if this a proper fix, perhaps the port should force CMAKE_SYSTEM_PROCESSOR to i686. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262451-7788>