diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2012-06-25 21:14:35 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-25 21:14:35 -0400 |
commit | 77a8c67fad15556727441816b70f92851f1846c4 (patch) | |
tree | 6d3affa2bedfaf162ab0cea2064b2c040f631ecb /development/spl/curses.patch | |
parent | 20164932c7f57096dc43fc129a0b2f246b768098 (diff) | |
download | slackbuilds-77a8c67fad15556727441816b70f92851f1846c4.tar.gz |
development/spl: Updated patches and fixed ncurses.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 0000000000..1c414f8685 --- /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 |