Package: yquake2 / 8.51+dfsg-1

Metadata

Package Version Patches format
yquake2 8.51+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian/build Don t use SSE on i386.patch | (download)

Makefile | 5 4 + 1 - 0 !
ctf/Makefile | 5 4 + 1 - 0 !
2 files changed, 8 insertions(+), 2 deletions(-)

 build: don't use sse on i386

As of 2021, Debian's i386 baseline is still i686 minus one instruction,
so it does not guarantee MMX or SSE.

debian/savegame Add compatibility with older Debian builds.patch | (download)

src/game/savegame/savegame.c | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 savegame: add compatibility with older debian builds

Older builds were accidentally using Debian CPU names such as amd64,
arm64, ppc64el and powerpc, instead of `uname -m` output such as x86_64.
Accept both.