slackbuilds_ponce/development/spl/curses.patch
Benjamin Trigona-Harany 77a8c67fad development/spl: Updated patches and fixed ncurses.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-06-25 21:14:35 -04:00

12 lines
326 B
Diff

diff -Nur a/GNUmakefile b/GNUmakefile
--- a/GNUmakefile 2008-09-18 07:34:23.000000000 -0700
+++ b/GNUmakefile 2012-05-21 20:30:28.369555445 -0700
@@ -139,7 +139,7 @@
ifeq ($(BUILDING_FOR_BSD),0)
LDLIBS_DL = -ldl
- LDLIBS_CURSES = -lncurses
+ LDLIBS_CURSES = -lncursesw
else
LDLIBS_DL =
LDLIBS_CURSES = -lcurses