FreeBSD Bugzilla – Attachment 191556 Details for
Bug 226476
www/firefox: update to 60.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.gecko.mk-sndio.diff
bsd.gecko.mk-sndio.diff (text/plain), 920 bytes, created by
Tobias Kortkamp
on 2018-03-16 17:25:49 UTC
(
hide
)
Description:
bsd.gecko.mk-sndio.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2018-03-16 17:25:49 UTC
Size:
920 bytes
patch
obsolete
>diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk >index 186eb785e1a8..0fb3c77dedfc 100644 >--- a/Mk/bsd.gecko.mk >+++ b/Mk/bsd.gecko.mk >@@ -368,10 +368,14 @@ post-patch-SNDIO-on: > ${MOZSRC}/media/libcubeb/${tests}/moz.build \ > ; fi > . endfor >- @${REINPLACE_CMD} -e 's|OS==\"openbsd\"|OS==\"${OPSYS:tl}\"|g' \ >- ${MOZSRC}/media/webrtc/trunk/webrtc/build/common.gypi >- @${ECHO_CMD} "OS_LIBS += ['sndio']" >> \ >- ${MOZSRC}/media/webrtc/signaling/test/common.build >+ @if [ -f "${MOZSRC}/media/webrtc/trunk/webrtc/build/common.gypi" ]; then \ >+ ${REINPLACE_CMD} -e 's|OS==\"openbsd\"|OS==\"${OPSYS:tl}\"|g' \ >+ ${MOZSRC}/media/webrtc/trunk/webrtc/build/common.gypi \ >+ ; fi >+ @if [ -f "${MOZSRC}/media/webrtc/signaling/test/common.build" ]; then \ >+ ${ECHO_CMD} "OS_LIBS += ['sndio']" >> \ >+ ${MOZSRC}/media/webrtc/signaling/test/common.build \ >+ ; fi > .endif > > .if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226476
:
191341
|
191460
|
191546
|
191556
|
191654
|
191746
|
191780
|
191860
|
191963
|
192155
|
192238
|
192374
|
192488
|
192576
|
192684