emulators/qemu-utils: fix build after r518397

PR:		242279
Reported by:	pkg-fallout
This commit is contained in:
Alan Somers 2019-12-01 15:50:23 +00:00
parent 13c31ef89d
commit cd2f604c6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518780
3 changed files with 6 additions and 6 deletions

View File

@ -22,10 +22,9 @@ DESCR= ${.CURDIR}/pkg-descr
EXTRA_PATCHES= ${.CURDIR}/files/patch-configure
PKGMESSAGE=
PORTDOCS= qemu-doc.html qemu-doc.txt
PORTDOCS= interop/* specs/*
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 \
@ -86,5 +85,6 @@ pre-configure:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-*
@${RMDIR} ${STAGEDIR}${DATADIR}
@${RM} -rf ${STAGEDIR}${PREFIX}/share
.include "${MASTERDIR}/Makefile"

View File

@ -41,6 +41,6 @@
- $(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
.PHONY: ctags
ctags:

View File

@ -4,7 +4,7 @@
##########################################
# pixman support probe
-if test "$want_tools" = "no" -a "$softmmu" = "no"; then
-if test "$want_tools" = "no" && test "$softmmu" = "no"; then
+if test "$softmmu" = "no"; then
pixman_cflags=
pixman_libs=