Date: Wed, 27 Sep 2017 04:11:49 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450704 - head/Mk Message-ID: <201709270411.v8R4BnHR028078@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Sep 27 04:11:49 2017 New Revision: 450704 URL: https://svnweb.freebsd.org/changeset/ports/450704 Log: gecko: PULSEAUDIO-only builds can fallback to OSS Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Wed Sep 27 04:06:14 2017 (r450703) +++ head/Mk/bsd.gecko.mk Wed Sep 27 04:11:49 2017 (r450704) @@ -359,12 +359,7 @@ MOZ_OPTIONS+= --enable-alsa .endif .if ${PORT_OPTIONS:MPULSEAUDIO} -. if ${PORT_OPTIONS:MALSA} -BUILD_DEPENDS+= pulseaudio>0:audio/pulseaudio -. else -# pull pulse package if we cannot fallback to another backend -LIB_DEPENDS+= libpulse.so:audio/pulseaudio -. endif +BUILD_DEPENDS+= ${LOCALBASE}/include/pulse/pulseaudio.h:audio/pulseaudio MOZ_OPTIONS+= --enable-pulseaudio .else MOZ_OPTIONS+= --disable-pulseaudio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709270411.v8R4BnHR028078>