Index: firefox-esr/Makefile
===================================================================
RCS file: /cvs/ports/www/firefox-esr/Makefile,v
retrieving revision 1.112
diff -u -p -r1.112 Makefile
--- firefox-esr/Makefile        12 Dec 2019 14:16:36 -0000      1.112
+++ firefox-esr/Makefile        22 Dec 2019 18:27:33 -0000
@@ -52,6 +52,7 @@ BUILD_DEPENDS +=      devel/cbindgen>=0.9.0
 BUILD_DEPENDS +=       devel/nasm
 .endif
 
+# uses pledge()
 WANTLIB += X11-xcb Xcursor Xi intl xcb xcb-shm ${COMPILER_LIBCXX}
 
 # Regression tests are too hard to adapt to run here
Index: mozilla-firefox/Makefile
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/Makefile,v
retrieving revision 1.405
diff -u -p -r1.405 Makefile
--- mozilla-firefox/Makefile    3 Dec 2019 17:00:46 -0000       1.405
+++ mozilla-firefox/Makefile    22 Dec 2019 18:27:33 -0000
@@ -56,6 +56,7 @@ BUILD_DEPENDS +=      devel/nasm
 # unveil support relies on xdg-open
 RUN_DEPENDS +=         devel/xdg-utils
 
+# uses pledge()
 WANTLIB += X11-xcb Xcursor Xi intl xcb xcb-shm ${COMPILER_LIBCXX}
 
 # Regression tests are too hard to adapt to run here

Reply via email to