X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fwine%2F0002-detect-ncursesw.patch;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fwine%2F0002-detect-ncursesw.patch;h=7f153b1ee9be0ad0099d8ae793fdf991eb7c48db;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/wine/0002-detect-ncursesw.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/wine/0002-detect-ncursesw.patch new file mode 100644 index 0000000..7f153b1 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/wine/0002-detect-ncursesw.patch @@ -0,0 +1,17 @@ +Detect libncursesw as well. +Backport from upstream 8d4e1fa7d77636a88651c9d48a48d39fab931c49 + +Signed-off-by: Gustavo Zacarias + +diff -Nura wine-1.6.2.orig/configure.ac wine-1.6.2/configure.ac +--- wine-1.6.2.orig/configure.ac 2015-05-01 09:24:24.741960685 -0300 ++++ wine-1.6.2/configure.ac 2015-05-01 09:25:26.860069750 -0300 +@@ -1359,7 +1359,7 @@ + CURSESLIBS="" + if test "$ac_cv_header_ncurses_h" = "yes" + then +- WINE_CHECK_SONAME(ncurses,waddch,[CURSESLIBS="-lncurses"]) ++ WINE_CHECK_SONAME(ncurses,waddch,[CURSESLIBS="-lncurses"],,,[[libncursesw\\{0,1\\}]]) + elif test "$ac_cv_header_curses_h" = "yes" + then + WINE_CHECK_SONAME(curses,waddch,[CURSESLIBS="-lcurses"])