Date: Tue, 09 Aug 2022 12:40:02 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265651] [NEW PORT] archivers/zpaqfranz: versioned/snapshot archive Message-ID: <bug-265651-7788-cOKENiw6nr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265651-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-265651-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265651 --- Comment #10 from Felix Palmen <zirias@freebsd.org> --- All you have to do is to make sure the build for i386 *with default options* doesn't use SSE2. ONLY_FOR_ARCHS is only for situations when a software is *known* to be broken on other architectures. Being less performant than on other architectures does not qualify as "broken". The simple solution would probably be to add -DNOJIT to CFLAGS for any architecture except amd64. Of course, you are free to add an extra OPTION, = so users can decide to build it for i386 with SSE2. --=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-265651-7788-cOKENiw6nr>