Package: yquake2 / 8.60+dfsg-1

Metadata

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

Patch series

view the series file
Patch File delta Description
build Don t hard code a specific pkg config executable.patch | (download)

Makefile | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 build: don't hard-code a specific pkg-config executable

When cross-compiling we'll need to use a pkgconf or pkg-config suitable
for the host architecture, for example aarch64-linux-gnu-pkgconf.
OS distributions typically expect to do this by setting the environment
variable PKG_CONFIG, as used in Autotools.

Signed-off-by: Simon McVittie <smcv@debian.org>
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.