nbwmon-0.5.2-tinfo.patch 255 B

123456789101112
  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -2,7 +2,7 @@
  4. # add -I/usr/pkg/include and -L/usr/pkg/lib to the options
  5. # below.
  6. CFLAGS+=-std=c99 -pedantic -Wall -Wextra
  7. -LDLIBS=-lncurses
  8. +LDLIBS=$(shell $(PKG_CONFIG) --libs ncurses)
  9. PREFIX=/usr/local
  10. BIN=nbwmon