From 398cca0404d3ba80f6299d2b9ddfe50e5940487f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 11 May 2018 16:19:46 -0400 Subject: Link with -lm Come on, FreeBSD. --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1 a07b068de5fdcda1a3c6814638f71d74a1578cd'>this commit dontfiles
summary refs log tree commit diff
path: root/home/.config (unfollow)
Commit message (Expand)Author
2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe
2019-12-18Add git.causal.agency cgit configJune McEnroe
2019-12-18Bail from hi if input is binaryJune McEnroe
2019-12-16Post "cgit setup"June McEnroe