aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2013-11-02 07:12:00 +0800
committerflo <flo@FreeBSD.org>2013-11-02 07:12:00 +0800
commit91c8143094bb75c3059e2f10bff2642cedb1cc70 (patch)
treee30270320d70bdda2797df63a8c642c1fa579bfe /Mk/bsd.gecko.mk
parented62faadc856e87479eaa60089ae9adc1f014b81 (diff)
downloadfreebsd-ports-graphics-91c8143094bb75c3059e2f10bff2642cedb1cc70.tar.gz
freebsd-ports-graphics-91c8143094bb75c3059e2f10bff2642cedb1cc70.tar.zst
freebsd-ports-graphics-91c8143094bb75c3059e2f10bff2642cedb1cc70.zip
Fix a mismerge that caused html5 audio to not work.
PR: ports/183552 Reported by: Juanitou <listjm@club-internet.fr>, eadler
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index f00490bad0f..4b818b6afa4 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -758,6 +758,9 @@ ALL_TARGET= profiledbuild
LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib
RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins
MOZ_OPTIONS+= --enable-alsa
+. if exists(${FILESDIR}/extra-bug780531)
+EXTRA_PATCHES+= ${FILESDIR}/extra-bug780531
+. endif
.endif
.if ${PORT_OPTIONS:MPULSEAUDIO}