[hackers] [slstatus] Add comment for FreeBSD to config.mk || Aaron Marcher

From: <git_AT_suckless.org>
Date: Mon, 30 Nov 2020 21:21:45 +0100 (CET)

commit ce364ce7a63da81200b71eebce919a16a5bf73cf
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 21:18:51 2020 +0100

    Add comment for FreeBSD to config.mk
    
    Apparently `-lkvm` is needed for swap on FreeBSD
    
    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 - 21:21:45 CET

This archive was generated by hypermail 2.3.0 : Mon Nov 30 2020 - 21:24:33 CET