Make volume component work on FreeBSD
- Edit compile instructions - Reuse OpenBSD sndio implementation
This commit is contained in:
parent
77bfb76a97
commit
798809ce02
3 changed files with 3 additions and 3 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue