about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-06 17:58:46 -0500
committerJune McEnroe <june@causal.agency>2019-11-06 17:58:46 -0500
commitbbfac18d878ac74e9eec6a782ebf32154b27261e (patch)
tree9865cb2f438c0588a6e998cf8ffc171d23ef3dd7
parentRemove -DNO_EXPLICIT_BZERO from Darwin.mk (diff)
downloadpounce-bbfac18d878ac74e9eec6a782ebf32154b27261e.tar.gz
pounce-bbfac18d878ac74e9eec6a782ebf32154b27261e.zip
Assume LibreSSL from brew on Darwin
-rw-r--r--Darwin.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Darwin.mk b/Darwin.mk
index cc6a230..42ba483 100644
--- a/Darwin.mk
+++ b/Darwin.mk
@@ -1 +1,2 @@
+LIBRESSL_PREFIX = /usr/local/opt/libressl
 LDLIBS := ${LDLIBS:-lcrypt=}
rc/commit/bin/qf.c?id=4d03059127f70e5ef0e8593386649a723c534612&follow=1'>Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe