fix compilation on != OpenBSD - clic - Clic is an command line interactive clie… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit a387aad5e141816a78258799fc9ec691b74fd726 | |
parent 22248dc9ab2895d7bcf8b3bcfcf76eb48ecc075f | |
Author: Solene Rapenne <[email protected]> | |
Date: Fri, 22 Jun 2018 10:22:28 +0200 | |
fix compilation on != OpenBSD | |
Diffstat: | |
M clic.lisp | 2 ++ | |
1 file changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/clic.lisp b/clic.lisp | |
@@ -417,6 +417,7 @@ | |
(quit)) | |
((string= "-k" url) | |
+ #+openbsd | |
(c-kiosk-pledge) | |
(setf *kiosk-mode* t)) | |
@@ -735,6 +736,7 @@ | |
print to stdout and exit." | |
;; pledge support on OpenBSD | |
+ #+openbsd | |
(c-pledge) | |
;; re-enable SIGINT (Ctrl+C) disabled for loading clic |