slackbuilds_ponce/development/spl/curses.patch

13 lines
326 B
Diff
Raw Normal View History

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