aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-utils/files
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2017-04-21 23:47:27 +0000
committerAlan Somers <asomers@FreeBSD.org>2017-04-21 23:47:27 +0000
commita1992c0fdbb38036be359c58ff7220e876c87e26 (patch)
tree616b23f0ccd83bd5fff0adb72640f233e27a280a /emulators/qemu-utils/files
parent7841256d5c902e33db5e9db13ad44b5756652378 (diff)
downloadports-a1992c0fdbb38036be359c58ff7220e876c87e26.tar.gz
ports-a1992c0fdbb38036be359c58ff7220e876c87e26.zip
Add missing file from r438925
Apparently when you run "make makepatch" in a slave port, the patchfiles get put into the master port's directory Pointy-hat to: asomers Reported by: pkg-fallout Approved by: brd (implicit) MFH: 2017Q2 Sponsored by: Spectra Logic Corp
Notes
Notes: svn path=/head/; revision=439132
Diffstat (limited to 'emulators/qemu-utils/files')
-rw-r--r--emulators/qemu-utils/files/patch-Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/qemu-utils/files/patch-Makefile b/emulators/qemu-utils/files/patch-Makefile
new file mode 100644
index 000000000000..2d9d97f96926
--- /dev/null
+++ b/emulators/qemu-utils/files/patch-Makefile
@@ -0,0 +1,14 @@
+--- Makefile.orig 2017-03-31 14:07:03 UTC
++++ Makefile
+@@ -484,11 +490,6 @@ endif
+ ifeq ($(CONFIG_GTK),y)
+ $(MAKE) -C po $@
+ endif
+- $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps"
+- set -e; for x in $(KEYMAPS); do \
+- $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(qemu_datadir)/keymaps"; \
+- done
+- $(INSTALL_DATA) $(BUILD_DIR)/trace-events-all "$(DESTDIR)$(qemu_datadir)/trace-events-all"
+ for d in $(TARGET_DIRS); do \
+ $(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \
+ done