From: Pushpal Sidhu Date: Mon, 23 Jan 2017 07:07:33 +0000 (-0800) Subject: utils/gpsd: refresh 0002-ncurses6_detection to 3.16 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=56870f42ece3f46c5000192376120aa467aa8707;p=openwrt-packages.git utils/gpsd: refresh 0002-ncurses6_detection to 3.16 Signed-off-by: Pushpal Sidhu --- diff --git a/utils/gpsd/patches/0002-ncurses6_detection.patch b/utils/gpsd/patches/0002-ncurses6_detection.patch index fc08179d6..7a1f40969 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'):