File crawl-ncurses-with-tinfo.patch of Package crawl
diff -ur a/source/makefile b/source/makefile --- a/source/makefile 2011-08-12 20:37:59.000000000 +0200 +++ b/source/makefile 2011-11-22 13:07:56.834538964 +0100 @@ -763,7 +763,7 @@ INCLUDES_L += -I$(NC_INCLUDE) ifndef TILES -LIBS += -L$(NC_PREFIX)/lib -l$(NC_LIB) +LIBS += -L$(NC_PREFIX)/lib -l$(NC_LIB) -ltinfo endif endif