summaryrefslogtreecommitdiff
path: root/emulators/qemu/files/patch-Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-08-19 20:52:57 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-08-19 20:52:57 +0000
commit3241ffeaf16aeb0c3aecd5531985aefcd9eac391 (patch)
tree5edb94090da6084d846e2cf93a981993caf3963c /emulators/qemu/files/patch-Makefile
parentKohana is an elegant, open source, and object oriented HMVC framework (diff)
emulators/qemu: Update version 2.5.1.1=>2.6.1
- Remove BSD_USER related codes - Add NCURSES support [1] - Fix STATIC_LINKS code to not build with X11 support PR: 211973 [1] Submitted by: ilavsky.martin@gmail.com [1]
Diffstat (limited to 'emulators/qemu/files/patch-Makefile')
-rw-r--r--emulators/qemu/files/patch-Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/emulators/qemu/files/patch-Makefile b/emulators/qemu/files/patch-Makefile
index 1600e4c6e6c6..6666e3e63d91 100644
--- a/emulators/qemu/files/patch-Makefile
+++ b/emulators/qemu/files/patch-Makefile
@@ -1,19 +1,18 @@
---- Makefile.orig 2016-03-29 21:01:14 UTC
+--- Makefile.orig 2016-04-14 20:19:53 UTC
+++ Makefile
-@@ -90,8 +90,12 @@ LIBS+=-lz $(LIBS_TOOLS)
+@@ -90,7 +90,11 @@ LIBS+=-lz $(LIBS_TOOLS)
HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF)
ifdef BUILD_DOCS
+ifdef NOPORTDOCS
-+DOCS=qemu.1 qemu-img.1 qemu-nbd.8
++DOCS=qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8
+else
DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8
- DOCS+=qmp-commands.txt
+endif
+ DOCS+=qmp-commands.txt
ifdef CONFIG_LINUX
DOCS+=kvm_stat.1
- endif
-@@ -407,8 +411,10 @@ endif
+@@ -410,8 +414,10 @@ endif
install-doc: $(DOCS)
$(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)"