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 Sep 25 05:36:11 UTC 2021

Modified Files:
        pkgsrc/games/ioquake3: Makefile

Log Message:
ioquake3: set COMPILE_ARCH to QUAKE_ARCH to avoid compilation problems


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/games/ioquake3/Makefile:1.19
--- pkgsrc/games/ioquake3/Makefile:1.18 Wed Sep  8 21:05:06 2021
+++ pkgsrc/games/ioquake3/Makefile      Sat Sep 25 05:36:11 2021
@@ -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=   sparc
 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