ports/emulators/qemu-utils/files/patch-configure
Alan Somers cd2f604c6e emulators/qemu-utils: fix build after r518397
PR:		242279
Reported by:	pkg-fallout
2019-12-01 15:50:23 +00:00

21 lines
737 B
Text

--- configure.orig 2018-04-24 16:30:46 UTC
+++ configure
@@ -3452,7 +3452,7 @@ fi
##########################################
# pixman support probe
-if test "$want_tools" = "no" && test "$softmmu" = "no"; then
+if test "$softmmu" = "no"; then
pixman_cflags=
pixman_libs=
elif $pkg_config --atleast-version=0.21.8 pixman-1 > /dev/null 2>&1; then
@@ -5498,9 +5498,6 @@ if test "$want_tools" = "yes" ; then
tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then
tools="qemu-nbd\$(EXESUF) $tools"
- fi
- if [ "$ivshmem" = "yes" ]; then
- tools="ivshmem-client\$(EXESUF) ivshmem-server\$(EXESUF) $tools"
fi
fi
if test "$softmmu" = yes ; then