Author: jbeich
Date: Wed Oct  3 15:41:52 2012
New Revision: 1061

Log:
for bundled nspr/nss use the patches from ports

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk       Wed Oct  3 15:41:45 2012        (r1060)
+++ trunk/Mk/bsd.gecko.mk       Wed Oct  3 15:41:52 2012        (r1061)
@@ -832,6 +832,18 @@
                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 \
+               ${PATCH} ${PATCH_ARGS} -d ${MOZSRC}/nsprpub/build < $$i; \
+       done
+.endif
+.if ${USE_MOZILLA:M-nss}
+       @${ECHO_MSG} "===>  Applying NSS patches"
+       @for i in ${.CURDIR}/../../security/nss/files/patch-*; do \
+               ${PATCH} ${PATCH_ARGS} -d ${MOZSRC}/security/nss < $$i; \
+       done
+.endif
 .for subdir in "" nsprpub js/src
        @if [ -f ${MOZSRC}/${subdir}/config/system-headers ] ; then \
        for f in \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to