diff options
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 |