Lines 383-388
Link Here
|
383 |
MOZ_OPTIONS+= --disable-pulseaudio |
383 |
MOZ_OPTIONS+= --disable-pulseaudio |
384 |
.endif |
384 |
.endif |
385 |
|
385 |
|
|
|
386 |
.if ${PORT_OPTIONS:MSNDIO} |
387 |
LIB_DEPENDS+= libsndio.so:audio/sndio |
388 |
# In mail/thunderbird and www/seamonky media/libcubeb is in |
389 |
# ${WRKSRC}/mozilla instead of ${WRKSRC}. All other gecko-based ports |
390 |
# have it in ${WRKSRC}. |
391 |
MOZ_SRC?= ${WRKSRC} |
392 |
post-patch-SNDIO-on: |
393 |
@${REINPLACE_CMD} -e 's|OpenBSD|${OPSYS}|g' \ |
394 |
${MOZ_SRC}/media/libcubeb/src/moz.build \ |
395 |
${MOZ_SRC}/media/libcubeb/tests/moz.build \ |
396 |
${MOZ_SRC}/toolkit/library/moz.build |
397 |
@${REINPLACE_CMD} -e 's|OS==\"openbsd\"|OS==\"${OPSYS:tl}\"|g' \ |
398 |
${MOZ_SRC}/media/webrtc/trunk/webrtc/build/common.gypi |
399 |
@${ECHO} "OS_LIBS += ['sndio']" >> \ |
400 |
${MOZ_SRC}/media/webrtc/signaling/test/common.build |
401 |
.endif |
402 |
|
386 |
.if ${MOZILLA_VER:R:R} >= 40 |
403 |
.if ${MOZILLA_VER:R:R} >= 40 |
387 |
.if ${PORT_OPTIONS:MRUST} |
404 |
.if ${PORT_OPTIONS:MRUST} |
388 |
BUILD_DEPENDS+= rustc:${RUST_PORT} |
405 |
BUILD_DEPENDS+= rustc:${RUST_PORT} |