summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-29 03:56:54 -0500
committerJune McEnroe <june@causal.agency>2018-11-29 03:56:54 -0500
commit3b3b0d65c357813c0d46377a3e6e302e46439f4d (patch)
treeb193b409cadf44a2aa8a50948ed37e8bc03d6944
parentAdd NetBSD.mk (diff)
downloadcatgirl-3b3b0d65c357813c0d46377a3e6e302e46439f4d.tar.gz
catgirl-3b3b0d65c357813c0d46377a3e6e302e46439f4d.zip
Set LIBRESSL_PREFIX in Darwin.mk
I think this is still the right path for Homebrew, which is the most
popular...
Diffstat (limited to '')
-rw-r--r--Darwin.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Darwin.mk b/Darwin.mk
index fd73e53..7ef8901 100644
--- a/Darwin.mk
+++ b/Darwin.mk
@@ -1 +1,2 @@
+LIBRESSL_PREFIX = /usr/local/opt/libressl
 LDLIBS = -lcurses -ltls
Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse