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/qemu-devel | |
parent | Remove ports/x11-themes/kde-icons-crystalosx since the distfile has (diff) |
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/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |