diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-08-08 08:42:11 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-08-08 08:42:11 +0000 |
commit | 95c270496f834afe84ed0eccacabc67d0ec6627d (patch) | |
tree | 8ac5f2f48cd84d5967193b20391aeadb0c7c4f5b /audio | |
parent | - Add new port: devel/R-cran-evaluate (diff) |
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
Notes
Notes:
svn path=/head/; revision=393717
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |