aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2010-10-23 03:07:24 +0800
committernox <nox@FreeBSD.org>2010-10-23 03:07:24 +0800
commit522a98c4b8764c3e4eb3dab5b3e666fc4be94436 (patch)
tree292974c471c5b62bdee8393e2621e6fa48f09755 /emulators
parent98307a67e0de3c773e58b09804a81ae5504a2940 (diff)
downloadfreebsd-ports-graphics-522a98c4b8764c3e4eb3dab5b3e666fc4be94436.tar.gz
freebsd-ports-graphics-522a98c4b8764c3e4eb3dab5b3e666fc4be94436.tar.zst
freebsd-ports-graphics-522a98c4b8764c3e4eb3dab5b3e666fc4be94436.zip
Fix a make -j race. (At least this time the bug was upstream...)
Submitted by: QAT
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu-devel/files/patch-Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-Makefile b/emulators/qemu-devel/files/patch-Makefile
index 28c7fce9f05..15d7645265b 100644
--- a/emulators/qemu-devel/files/patch-Makefile
+++ b/emulators/qemu-devel/files/patch-Makefile
@@ -11,6 +11,15 @@ Index: qemu/Makefile
else
DOCS=
endif
+@@ -107,7 +111,7 @@ bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS
+ ######################################################################
+
+ qemu-img.o: qemu-img-cmds.h
+-qemu-img.o qemu-tool.o qemu-nbd.o qemu-io.o: $(GENERATED_HEADERS)
++qemu-img.o qemu-tool.o qemu-nbd.o qemu-io.o cmd.o: $(GENERATED_HEADERS)
+
+ qemu-img$(EXESUF): qemu-img.o qemu-tool.o qemu-error.o $(block-obj-y) $(qobject-obj-y)
+
@@ -169,8 +173,10 @@ BLOBS=
endif