summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-03-09 00:11:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-03-09 00:11:05 +0000
commitff9522b10e2c0b4379aaf61d815b30751833d052 (patch)
tree049b3620757b9af89cce3a3b5b9891b21034f886 /emulators/qemu-devel/files
parentwww/py-textile: Update version 2.1.8=>2.2.2 (diff)
emulators/qemu-devel: fix with DOCS=off [1]
- Fix for GNUTLS_CONFIGURE_ON [2] - Fix for PCAP_CONFIGURE_OFF [2] - Bump PORT Revision PR: 207719 [1], 205826 [2] Submitted by: novel [1], riggs [2]
Notes
Notes: svn path=/head/; revision=410671
Diffstat (limited to 'emulators/qemu-devel/files')
-rw-r--r--emulators/qemu-devel/files/patch-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qemu-devel/files/patch-Makefile b/emulators/qemu-devel/files/patch-Makefile
index eaa1dd056f8e..d328b46686cd 100644
--- a/emulators/qemu-devel/files/patch-Makefile
+++ b/emulators/qemu-devel/files/patch-Makefile
@@ -1,18 +1,18 @@
---- Makefile.orig 2015-12-16 20:32:52 UTC
+--- Makefile.orig 2015-12-17 20:32:52 UTC
+++ Makefile
-@@ -90,7 +90,11 @@ LIBS+=-lz $(LIBS_TOOLS)
+@@ -90,7 +90,11 @@
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
+endif
DOCS+=qmp-commands.txt
ifdef CONFIG_LINUX
DOCS+=kvm_stat.1
-@@ -407,8 +411,10 @@ endif
+@@ -407,8 +411,10 @@
install-doc: $(DOCS)
$(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)"