blob: 1c414f86851bb58b752db33d4fc966f5af8fe5c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|