From 56870f42ece3f46c5000192376120aa467aa8707 Mon Sep 17 00:00:00 2001 From: Pushpal Sidhu Date: Sun, 22 Jan 2017 23:07:33 -0800 Subject: [PATCH] utils/gpsd: refresh 0002-ncurses6_detection to 3.16 Signed-off-by: Pushpal Sidhu --- utils/gpsd/patches/0002-ncurses6_detection.patch | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/utils/gpsd/patches/0002-ncurses6_detection.patch b/utils/gpsd/patches/0002-ncurses6_detection.patch index fc08179d64..7a1f409695 100644 --- a/utils/gpsd/patches/0002-ncurses6_detection.patch +++ b/utils/gpsd/patches/0002-ncurses6_detection.patch @@ -1,9 +1,11 @@ ---- a/SConstruct -+++ b/SConstruct -@@ -541,6 +541,10 @@ else: - if env['ncurses']: - if config.CheckPKG('ncurses'): +Index: gpsd-3.16/SConstruct +=================================================================== +--- gpsd-3.16.orig/SConstruct ++++ gpsd-3.16/SConstruct +@@ -543,6 +543,10 @@ else: ncurseslibs = pkg_config('ncurses') + if config.CheckPKG('tinfo'): + ncurseslibs += pkg_config('tinfo') + elif WhereIs('ncurses6-config'): + ncurseslibs = ['!ncurses6-config --libs --cflags'] + elif WhereIs('ncursesw6-config'):