mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
21 lines
737 B
Text
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
|