1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

gecko: drop nspr-related *FLAGS substitution

https://bugzilla.mozilla.org/show_bug.cgi?id=514211
This commit is contained in:
Jan Beich 2019-07-04 11:40:53 +00:00
parent 2e37999838
commit f4943f19c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505832

View File

@ -379,12 +379,6 @@ gecko-post-patch:
@${ECHO_CMD} export ${var:Q} >> ${MOZCONFIG}
.endfor
.endif # .if !defined(NOMOZCONFIG)
.if exists(${MOZSRC}/build/unix/mozilla-config.in)
@${REINPLACE_CMD} -e 's/%{idldir}/%idldir%/g ; \
s|"%FULL_NSPR_CFLAGS%"|`nspr-config --cflags`|g ; \
s|"%FULL_NSPR_LIBS%"|`nspr-config --libs`|g' \
${MOZSRC}/build/unix/mozilla-config.in
.endif
.if ${USE_MOZILLA:M-nspr}
@${ECHO_MSG} "===> Applying NSPR patches"
@for i in ${.CURDIR}/../../devel/nspr/files/patch-*; do \