emulators/qemu-utils: fix build after r518397
PR: 242279 Reported by: pkg-fallout
This commit is contained in:
parent
13c31ef89d
commit
cd2f604c6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518780
@ -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"
|
||||
|
@ -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:
|
||||
|
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user