pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/ioquake3
Module Name: pkgsrc
Committed By: nia
Date: Sat Jun 13 13:34:22 UTC 2020
Modified Files:
pkgsrc/games/ioquake3: Makefile
Log Message:
ioquake3: Fix installation on i386
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/ioquake3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/ioquake3/Makefile
diff -u pkgsrc/games/ioquake3/Makefile:1.12 pkgsrc/games/ioquake3/Makefile:1.13
--- pkgsrc/games/ioquake3/Makefile:1.12 Fri May 22 10:56:08 2020
+++ pkgsrc/games/ioquake3/Makefile Sat Jun 13 13:34:22 2020
@@ -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 @@ do-install:
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