python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / pinentry / 0001-remove-hard-wired-ncursesw-include-path.patch
blobc9903c457363e5c50c0d4af007729d17e70a4a99
1 From cf84bf3ef505059d42184b22cf38f89336bec43d Mon Sep 17 00:00:00 2001
2 From: Gergely Imreh <imrehg@gmail.com>
3 Date: Mon, 22 Jun 2015 07:51:17 +0000
4 Subject: [PATCH 1/1] remove hard-wired ncursesw include path
6 Don't assume that the ncursesw headers are in ../usr/include/ncursesw/..,
7 and pkg-config finds the correct include path anyways.
9 Signed-off-by: Gergely Imreh <imrehg@gmail.com>
10 ---
11 pinentry/pinentry-curses.c | 4 ----
12 1 file changed, 4 deletions(-)
14 diff --git a/pinentry/pinentry-curses.c b/pinentry/pinentry-curses.c
15 index 235435a..bdcd0f4 100644
16 --- a/pinentry/pinentry-curses.c
17 +++ b/pinentry/pinentry-curses.c
18 @@ -22,11 +22,7 @@
19 #include <config.h>
20 #endif
21 #include <assert.h>
22 -#ifdef HAVE_NCURSESW
23 -#include <ncursesw/curses.h>
24 -#else
25 #include <curses.h>
26 -#endif
27 #include <signal.h>
28 #include <fcntl.h>
29 #include <unistd.h>
30 --
31 1.9.1