From 95c270496f834afe84ed0eccacabc67d0ec6627d Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sat, 8 Aug 2015 08:42:11 +0000 Subject: [PATCH] Disable xen option by adding '--disable-xen' to CONFIGURE_ARGS. Xen extension is currently broken on FreeBSD and pusleaudio tries to build it when it finds Xen libraries on the host, so build fails in this case. PR: 202170 Approved by: kwm --- audio/pulseaudio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 0da8421d4490..f58a349f66be 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -53,6 +53,7 @@ CONFIGURE_ARGS= --localstatedir=/var \ --disable-gtk3 \ --disable-systemd \ --disable-neon-opt \ + --disable-xen \ --disable-lirc # untested #FIXME --with-database=auto|tdb|gdbm|simple