1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/emulators/pcsx2/pkg-message
Daniel Engberg 10076c8486 emulators/pcsx2: Fix SIGILL crash
Do not pass -march=native as that can bring pre-built packages with
instructions not supported by end users and lead to a SIGILL crash.

If CPUTYPE is not defined, set arch to the oldest CPU that supports
SSE 4.1 (penryn), else let the build system try to build with whatever
is set.

Add a message indicating that the port should be rebuilt with CPUTYPE
defined for best performance.

While here, use zstd from ports (now detected).

PR: 272192
Reported by:    Patrick McMunn <doctorwhoguy@gmail.com>
2023-06-27 12:13:32 +02:00

8 lines
113 B
Plaintext

[
{ type: install
message: <<EOM
PCSX2 should be recompiled with CPUTYPE defined for best performance.
EOM
}
]