mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Fix post-patch-SNDIO-on in preparation of updates to www/firefox 60.0
and to www/palemoon 27.8.1 Some patches no longer apply to them. WebRTC has moved paths in Firefox 60.0 and no longer needs to be patched. Pale Moon removed WebRTC completely in 27.8.0. PR: 226476 Approved by: gecko (jbeich)
This commit is contained in:
parent
89013e6dbb
commit
aabc377800
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464981
@ -365,13 +365,17 @@ post-patch-SNDIO-on:
|
||||
. for tests in tests gtest
|
||||
@if [ -f "${MOZSRC}/media/libcubeb/${tests}/moz.build" ]; then \
|
||||
${REINPLACE_CMD} -e 's|OpenBSD|${OPSYS}|g' \
|
||||
${MOZSRC}/media/libcubeb/${tests}/moz.build \
|
||||
; fi
|
||||
${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
|
||||
|
Loading…
Reference in New Issue
Block a user