pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ioquake3-snapshot: QUAKE_ARCH is x86 when MACHINE_ARCH=i386
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sat Jun 3 22:02:27 2017 +0200
Changeset: 43565d38309f669e1c63bb332494d4d5c86fde83
Modified Files:
ioquake3-snapshot/Makefile
Log Message:
ioquake3-snapshot: QUAKE_ARCH is x86 when MACHINE_ARCH=i386
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=43565d38309f669e1c63bb332494d4d5c86fde83
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ioquake3-snapshot/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/ioquake3-snapshot/Makefile b/ioquake3-snapshot/Makefile
index 446228eec8..d645c50927 100644
--- a/ioquake3-snapshot/Makefile
+++ b/ioquake3-snapshot/Makefile
@@ -28,7 +28,7 @@ do-install:
.if ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "arm"
QUAKE_ARCH!= uname -m
.else
-QUAKE_ARCH= ${MACHINE_ARCH}
+QUAKE_ARCH= ${MACHINE_ARCH:i386=x86}
.endif
PLIST_SUBST+= QUAKE_ARCH=${QUAKE_ARCH:Q}
Home |
Main Index |
Thread Index |
Old Index