Explorar el Código

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)
Aaron Marcher hace 5 años
padre
commit
dd5bfc3e51
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      config.mk

+ 1 - 0
config.mk

@@ -15,6 +15,7 @@ CPPFLAGS = -I$(X11INC) -D_DEFAULT_SOURCE
 CFLAGS   = -std=c99 -pedantic -Wall -Wextra -Os
 CFLAGS   = -std=c99 -pedantic -Wall -Wextra -Os
 LDFLAGS  = -L$(X11LIB) -s
 LDFLAGS  = -L$(X11LIB) -s
 # OpenBSD: add -lsndio
 # OpenBSD: add -lsndio
+# FreeBSD: add -lkvm
 LDLIBS   = -lX11
 LDLIBS   = -lX11
 
 
 # compiler and linker
 # compiler and linker