1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

emulators/qemu-utils: fix build after r435826

PR:		217717
Reported by:	pkg-fallout
Reviewed by:	brd
Approved by:	brd (ports)
MFH:		2017Q1
This commit is contained in:
Alan Somers 2017-04-20 05:57:47 +00:00
parent 80b980d6f0
commit a393a488df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438925
2 changed files with 4 additions and 17 deletions

View File

@ -19,13 +19,14 @@ OPTIONS_EXCLUDE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
MASTERDIR= ${.CURDIR}/../qemu
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${.CURDIR}/pkg-descr
EXTRA_PATCHES= ${.CURDIR}/files/patch-Makefile ${.CURDIR}/files/patch-configure
EXTRA_PATCHES= ${.CURDIR}/files/patch-configure
PKGMESSAGE=
PORTDOCS= qemu-doc.html qemu-tech.html qmp-commands.txt
PORTDOCS= qemu-doc.html qmp-commands.txt
CONFIGURE_ARGS=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \
CONFIGURE_ARGS?=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \
--disable-libssh2 \
--mandir=${MANPREFIX}/man \
--prefix=${PREFIX} --cc=${CC} --disable-kvm \
--disable-linux-user --disable-linux-aio --disable-xen \
--python=${PYTHON_CMD} \

View File

@ -1,14 +0,0 @@
--- Makefile.orig 2016-10-04 19:25:28 UTC
+++ Makefile
@@ -464,11 +464,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) $(SRC_PATH)/trace-events "$(DESTDIR)$(qemu_datadir)/trace-events"
for d in $(TARGET_DIRS); do \
$(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \
done