summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-11-26 22:52:27 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-11-26 22:52:27 +0000
commit3a595f083aa73f50c2e274b9978740313963cc94 (patch)
tree2a6437e84fc7adfaa8ef9297eed3ae544112ba08 /emulators/qemu-devel/Makefile
parent. Update the build and install targets used to the current recommendations. (diff)
(Attempt to) fix build WITH_ALL_TARGETS on < 9.x/i386
Feature safe: yes
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r--emulators/qemu-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index e938f08c1ef1..5a56fd7e076d 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -181,7 +181,7 @@ MAKE_ARGS+= ARCH=ppc
CONFIGURE_ARGS+= --sparc_cpu=v9
.endif
-.if ${OSVERSION} < 900033 && ${ARCH} == "amd64"
+.if ${OSVERSION} < 900033
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin