Skip to content
Snippets Groups Projects
Commit 48a481f8 authored by Christoph Moench-Tegeder's avatar Christoph Moench-Tegeder
Browse files

www/firefox: fix build with sndio

upstream sndio handling was fixed for non-OpenBSD systems:
https://bugzilla.mozilla.org/show_bug.cgi?id=1351378
so our own "fixing" actually broke build.

PR:		263587
Reported by:	Robert Cina, jkim@
parent f80d576e
No related branches found
No related tags found
No related merge requests found
......@@ -270,10 +270,15 @@ MOZ_OPTIONS+= --disable-pulseaudio
. if ${PORT_OPTIONS:MSNDIO}
BUILD_DEPENDS+= ${LOCALBASE}/include/sndio.h:audio/sndio
MOZ_OPTIONS+= --enable-sndio
. if ${MOZILLA_VER:R:R} < 100
post-patch-SNDIO-on:
@${REINPLACE_CMD} -e 's|OpenBSD|${OPSYS}|g' \
-e '/DISABLE_LIBSNDIO_DLOPEN/d' \
${MOZSRC}/media/libcubeb/src/moz.build
. endif
. else
MOZ_OPTIONS+= --disable-sndio
. endif
. if ${PORT_OPTIONS:MDEBUG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment