aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-11-16 01:32:56 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-11-16 01:32:56 +0000
commitb5857dbbf8570a1dae371d62b19ab10191461f29 (patch)
tree0e20ce215d05721405d21a990448dfc890aea1fa /emulators
parent475e21fda93a20d53946bbcac99c41061bdb36fb (diff)
downloadports-b5857dbbf8570a1dae371d62b19ab10191461f29.tar.gz
ports-b5857dbbf8570a1dae371d62b19ab10191461f29.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu-devel/Makefile2
-rw-r--r--emulators/qemu/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index b9450090fff5..5d3aa818f63c 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/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
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