diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-12-02 16:26:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-12-02 16:26:44 +0000 |
commit | 441553d6ec5b15e7a062208d3b01d5fa0ee1083e (patch) | |
tree | 6b867ca725ed78455de58f2d914bc688d8ec4636 /net-im/libpurple/files/patch-configure | |
parent | Update vsqlite-- to 0.3.13. (diff) |
Update to 2.10.11 and fix the build with the ncurses port.
Submitted by: Matthias Apitz <guru@unixarea.de> (ncurses fix)
Notes
Notes:
svn path=/head/; revision=373770
Diffstat (limited to 'net-im/libpurple/files/patch-configure')
-rw-r--r-- | net-im/libpurple/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/libpurple/files/patch-configure b/net-im/libpurple/files/patch-configure new file mode 100644 index 000000000000..22bc0eea6bbc --- /dev/null +++ b/net-im/libpurple/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2014-12-02 11:21:18.056424694 -0500 ++++ configure 2014-12-02 11:21:43.067421364 -0500 +@@ -17452,7 +17452,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_initscr" >&5 + $as_echo "$ac_cv_lib_ncursesw_initscr" >&6; } + if test "x$ac_cv_lib_ncursesw_initscr" = xyes; then : +- GNT_LIBS="-lncursesw" ++ GNT_LIBS="-lncursesw -ltinfow" + else + enable_consoleui=no + fi |