Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/ioquake3 ioquake3: Fix installation on i386



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c56514c2b71
branches:  trunk
changeset: 434236:9c56514c2b71
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jun 13 13:34:22 2020 +0000

description:
ioquake3: Fix installation on i386

diffstat:

 games/ioquake3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 81ebfe23cf51 -r 9c56514c2b71 games/ioquake3/Makefile
--- a/games/ioquake3/Makefile   Sat Jun 13 13:15:44 2020 +0000
+++ b/games/ioquake3/Makefile   Sat Jun 13 13:34:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/05/22 10:56:08 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/06/13 13:34:22 nia Exp $
 #
 
 DISTNAME=      ioquake3-1.36.20200125
@@ -26,6 +26,8 @@
 QUAKE_ARCH!=   uname -m
 .elif ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "aarch64"
 QUAKE_ARCH=    ${MACHINE_CPU}
+.elif ${MACHINE_ARCH} == "i386"
+QUAKE_ARCH=    x86
 .else
 QUAKE_ARCH=    ${MACHINE_ARCH}
 .endif



Home | Main Index | Thread Index | Old Index