diff options
author | roy <roy@pkgsrc.org> | 2017-03-20 00:31:57 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-03-20 00:31:57 +0000 |
commit | c7579b52ebbee88e5da32b3d8b7d852947e1759a (patch) | |
tree | dd76869b2e87c094f2d302edf46d6753eb904acd /geography | |
parent | edbc6e68f2bf78bfe2884021acfd970b8a2ec0f5 (diff) | |
download | pkgsrc-c7579b52ebbee88e5da32b3d8b7d852947e1759a.tar.gz |
syncok test has been comitted, remove bogus getsyx test.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gpsd/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index 86ded73d857..47c57c2fcbc 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2017/03/19 16:31:43 gdt Exp $ +# $NetBSD: Makefile,v 1.37 2017/03/20 00:31:57 roy Exp $ # gpsd 3.11 has been released. It has only not been updated because # newer versions use scons. @@ -28,11 +28,8 @@ USE_LANGUAGES= c99 c++ # gpsd looks for ncurses but not curses. (Not yet filed upstream.) FAKE_NCURSES= yes -# gpsd uses syncok (which at least NetBSD curses lacks). -USE_CURSES+= syncok -# However, syncok isn't tested in mk/curses.builtin.mk. For now, test -# another feature that NetBSD curses lacks. -USE_CURSES+= getsyx +# gpsd uses syncok +USE_CURSES= syncok CFLAGS.SunOS= -DLOG_PERROR=0 |