File 0001-fix-makefile.patch of Package hexer
--- hexer/Makefile 2020-10-15 18:13:08.053566606 +0200 +++ Makefile 2020-10-15 18:38:08.275312853 +0200 @@ -8,9 +8,9 @@ # -- Where? -- # The following lines determine where the binaries and manual pages for # hexer are going to live. -PREFIX ?= /usr/local +PREFIX ?= /usr BINDIR ?= $(PREFIX)/bin -MANDIR ?= $(PREFIX)/man/man1 +MANDIR ?= $(PREFIX)/share/man/man1 # -- Which terminal library? -- # (It's probably save to leave the following lines unchanged.) @@ -19,7 +19,7 @@ #LTERMCAP ?= -ltermcap # # ...or this one if you want to use curses. -LTERMCAP ?= -lcurses +LTERMCAP ?= -lncurses CPPFLAGS_STD ?= -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 \ -D_FILE_OFFSET_BITS=64