summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authormichaelbuch12@gmail.com <michaelbuch12@gmail.com>2021-01-01 16:52:57 +0100
committerdrkhsh <me@drkhsh.at>2022-10-26 21:24:14 +0200
commit798809ce02528d5954e0b1d524f44c29503a7407 (patch)
treea76cf9a7e0531805b5014ebe9e771a5495c72c3e /config.mk
parent77bfb76a971ed8d114fc12db70d8bfeef923510e (diff)
downloadslstatus-798809ce02528d5954e0b1d524f44c29503a7407.tar.gz
Make volume component work on FreeBSD
- Edit compile instructions - Reuse OpenBSD sndio implementation
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 2516e6e..6cce683 100644
--- a/config.mk
+++ b/config.mk
@@ -15,7 +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
+# FreeBSD: add -lkvm -lsndio
LDLIBS = -lX11
# compiler and linker