summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorroy <roy>2017-03-20 00:31:57 +0000
committerroy <roy>2017-03-20 00:31:57 +0000
commite3a566358ca650cfdf3f49f4bbcc310051367eae (patch)
treedd76869b2e87c094f2d302edf46d6753eb904acd /geography
parent026a8246311fedcd93cc4566f6394c28609d2fb5 (diff)
downloadpkgsrc-e3a566358ca650cfdf3f49f4bbcc310051367eae.tar.gz
syncok test has been comitted, remove bogus getsyx test.
Diffstat (limited to 'geography')
-rw-r--r--geography/gpsd/Makefile9
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