commit fec20b5841d1ff200b907c99274c832db293d3b4
Author: Aaron Marcher <me_AT_drkhsh.at>
AuthorDate: Mon Nov 30 20:56:21 2020 +0100
Commit: Aaron Marcher <me_AT_drkhsh.at>
CommitDate: Mon Nov 30 20:56:21 2020 +0100
Add FreeBSD comment to config.mk
Thanks to Micheal Buch and Jason Smith
(See thread
https://lists.suckless.org/dev/1907/33594.html)
diff --git a/config.mk b/config.mk
index d88695c..2516e6e 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -15,6 +15,7 @@ CPPFLAGS = -I$(X11INC) -D_DEFAULT_SOURCE
CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os
LDFLAGS = -L$(X11LIB) -s
# OpenBSD: add -lsndio
+# FreeBSD: add -lkvm
LDLIBS = -lX11
# compiler and linker
Received on Mon Nov 30 2020 - 20:57:42 CET