ports/emulators/qemu-utils/files/patch-configure
Alan Somers 4ac0d69814 emulators/qemu-utils: fix build after r475080
r475080 updated the master port, emulators/qemu, to version 2.12.0

Reported by:	pkg-fallout
2018-07-26 01:36:48 +00:00

21 lines
732 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" -a "$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