diff options
author | michaelbuch12@gmail.com <michaelbuch12@gmail.com> | 2021-01-01 16:52:57 +0100 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2022-10-27 12:58:13 +0100 |
commit | cc0b22ed267ad99447049fdc07c5b5fee04c7f7c (patch) | |
tree | 3c1484ddbd587c815ae65baf2c38a649f08100fd /config.mk | |
parent | 2964d35a2a837591c5b539f7f95a3a3dd360e086 (diff) |
Make volume component work on FreeBSD
- Edit compile instructions
- Reuse OpenBSD sndio implementation
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |