diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-16 01:32:56 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-16 01:32:56 +0000 |
commit | b5857dbbf8570a1dae371d62b19ab10191461f29 (patch) | |
tree | 0e20ce215d05721405d21a990448dfc890aea1fa /emulators | |
parent | 475e21fda93a20d53946bbcac99c41061bdb36fb (diff) | |
download | ports-b5857dbbf8570a1dae371d62b19ab10191461f29.tar.gz ports-b5857dbbf8570a1dae371d62b19ab10191461f29.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)
Notes
Notes:
svn path=/head/; revision=148417
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 2 |
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 |