summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-05-11 16:19:46 -0400
committerJune McEnroe <june@causal.agency>2018-05-11 16:19:46 -0400
commit398cca0404d3ba80f6299d2b9ddfe50e5940487f (patch)
tree0e65047b62d064dd36f4192aefa7e47d48ef0d74 /bin
parentAdd Utopioid (diff)
downloadsrc-398cca0404d3ba80f6299d2b9ddfe50e5940487f.tar.gz
src-398cca0404d3ba80f6299d2b9ddfe50e5940487f.zip
Link with -lm
Come on, FreeBSD.
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index b6d13697..685ea6f0 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -5,7 +5,7 @@ ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS)
 GFX ?= none
 
 CFLAGS += -Wall -Wextra -Wpedantic
-LDLIBS = -ledit -lncurses -lutil -lz
+LDLIBS = -ledit -lm -lncurses -lutil -lz
 LDLIBS_cocoa = -framework Cocoa
 LDLIBS_x11 = -lX11