pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/ioquake3 ioquake3: set COMPILE_ARCH to QUAKE_ARC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efef9599098d
branches:  trunk
changeset: 458928:efef9599098d
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Sep 25 05:36:11 2021 +0000

description:
ioquake3: set COMPILE_ARCH to QUAKE_ARCH to avoid compilation problems

diffstat:

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

diffs (18 lines):

diff -r d5657b23d6af -r efef9599098d games/ioquake3/Makefile
--- a/games/ioquake3/Makefile   Sat Sep 25 05:27:44 2021 +0000
+++ b/games/ioquake3/Makefile   Sat Sep 25 05:36:11 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/09/08 21:05:06 nia Exp $
+# $NetBSD: Makefile,v 1.19 2021/09/25 05:36:11 nia Exp $
 #
 
 DISTNAME=      ioquake3-1.36.20200125
@@ -45,6 +45,8 @@
 QUAKE_ARCH=    ${MACHINE_ARCH}
 .endif
 
+MAKE_FLAGS+=   COMPILE_ARCH=${QUAKE_ARCH:Q}
+
 PLIST_SUBST+=  QUAKE_ARCH=${QUAKE_ARCH:Q}
 
 # recursive error after: VM_CompileX86: mprotect failed



Home | Main Index | Thread Index | Old Index