Add 'uses pledge()' comments, from Caspar Schutijser.

This commit is contained in:
landry 2019-12-23 09:04:10 +00:00
parent 736cefd5b6
commit 216b08cd60
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.112 2019/12/12 14:16:36 kurt Exp $
# $OpenBSD: Makefile,v 1.113 2019/12/23 09:04:11 landry Exp $
COMMENT = Firefox web browser, Extended Support Release
ONLY_FOR_ARCHS = amd64 i386 aarch64
@ -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

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.405 2019/12/03 17:00:46 landry Exp $
# $OpenBSD: Makefile,v 1.406 2019/12/23 09:04:10 landry Exp $
COMMENT = Mozilla web browser
ONLY_FOR_ARCHS = amd64 i386 aarch64
@ -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