mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
77a8c67fad
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
12 lines
326 B
Diff
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
|