summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-01 12:42:33 -0400
committerJune McEnroe <june@causal.agency>2020-05-01 12:42:33 -0400
commitd2e5ddb52415c99a300d843347b52a9bd32c63a1 (patch)
treebe6fbf5cee4fb3d3a6087e2d47dcf7a21e97dae8 /Makefile
parentExpand documentation (diff)
downloadbubger-d2e5ddb52415c99a300d843347b52a9bd32c63a1.tar.gz
bubger-d2e5ddb52415c99a300d843347b52a9bd32c63a1.zip
Set up Makefile for FreeBSD
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1ae3fb2..978af40 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,12 @@
 PREFIX = /usr/local
 SHAREDIR = ${PREFIX}/share
 MANDIR = ${SHAREDIR}/man
+LIBRESSL_PREFIX = /usr/local
 
 CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
+# XXX: avoid iconv.h from libiconv
+CFLAGS += -idirafter ${LIBRESSL_PREFIX}/include
+LDFLAGS += -L${LIBRESSL_PREFIX}/lib
 LDLIBS = -ltls
 
 -include config.mk
'/src/commit/www/photo.causal.agency/trips.html?id=39717a34c77437a572a5f7cb77198c628a051ee9&follow=1'>Populate films datalist with 20 most recently usedJune McEnroe 2026-02-16Select last used bodyJune McEnroe 2026-02-15Don't break on trip with removed bodyJune McEnroe 2026-02-11Keep manpath.conf sortedJune McEnroe