--- Makefile.linux.orig 2016-08-26 21:52:59.131267203 -0700 +++ Makefile.linux 2016-08-26 21:53:12.758411824 -0700 @@ -205,11 +205,11 @@ # Finding libgps.so* is more difficult because it # is in different places on different operating systems. -enable_gpsd := $(wildcard /usr/include/gps.h) -ifneq ($(enable_gpsd),) -CFLAGS += -DENABLE_GPSD -LDFLAGS += -lgps -endif +#enable_gpsd := $(wildcard /usr/include/gps.h) +#ifneq ($(enable_gpsd),) +#CFLAGS += -DENABLE_GPSD +#LDFLAGS += -lgps +#endif # Uncomment following lines to enable hamlib support.