[Bug 265651] [NEW PORT] archivers/zpaqfranz: versioned/snapshot archive
Date: Tue, 09 Aug 2022 12:40:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265651 --- 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. -- You are receiving this mail because: You are the assignee for the bug.