summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-25 21:02:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-25 21:02:39 +0000
commitbc046831af593ef81c7b3f81e6750d3e9a019884 (patch)
tree0bb30ad8eb328c65f94cb0dda6e4137930d2d6ef /emulators/qemu-devel/Makefile
parent- Fix build on -CURRENT (diff)
- Mark BROKEN on amd64/9: does not link
Reported by: pointyhat
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r--emulators/qemu-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index ec3c7b731b08..c98587fb836e 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -97,6 +97,10 @@ MAKE_ARGS+= ARCH=x86_64
MAKE_ARGS+= ARCH=ppc
.endif
+.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64"
+BROKEN= does not link on FreeBSD 9.X
+.endif
+
pre-patch:
@for A in ${ONLY_FOR_ARCHS}; do \
${MKDIR} ${WRKSRC}/bsd/$$A; \