1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net-im/libpurple/files/patch-configure
Joe Marcus Clarke 441553d6ec Update to 2.10.11 and fix the build with the ncurses port.
Submitted by:	Matthias Apitz <guru@unixarea.de> (ncurses fix)
2014-12-02 16:26:44 +00:00

12 lines
409 B
Plaintext

--- 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