diff options
Diffstat (limited to 'development/spl/curses.patch')
-rw-r--r-- | development/spl/curses.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/spl/curses.patch b/development/spl/curses.patch new file mode 100644 index 0000000000000..1c414f86851bb --- /dev/null +++ b/development/spl/curses.patch @@ -0,0 +1,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 |