aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-11-16 09:32:56 +0800
committerlawrance <lawrance@FreeBSD.org>2005-11-16 09:32:56 +0800
commitf823bf70e3efeb1c9ba1b53df5565afa9b5a4264 (patch)
tree9aa0b73d27461f6416e6df86fb745da076f6f131 /emulators/qemu
parentd170cb7f9b79fa4e631c113026fdd7d94e92faee (diff)
downloadfreebsd-ports-gnome-f823bf70e3efeb1c9ba1b53df5565afa9b5a4264.tar.gz
freebsd-ports-gnome-f823bf70e3efeb1c9ba1b53df5565afa9b5a4264.tar.zst
freebsd-ports-gnome-f823bf70e3efeb1c9ba1b53df5565afa9b5a4264.zip
Fix build on amd64
PR: ports/89064 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index b9450090fff5..5d3aa818f63c 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --disable-kqemu
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
-ARCH= x86_64
+MAKE_ARGS+= ARCH=x86_64
.endif
USE_GCC= 3.4