freebsd-ports/comms/nmealib/files/patch-Makefile
Steven Kreuzer 438ff7358d Open source library for working with the National Marine Electronics
Association (NMEA) protocol.

Features:

 * Analysis NMEA sentences and granting GPS data in C structures
 * Generate NMEA sentences
 * Supported sentences: GPGGA, GPGSA, GPGSV, GPRMC, GPVTG
 * Multilevel architecture of algorithms
 * Additional functions of geographical mathematics and work with navigation
   data

WWW: http://nmea.sourceforge.net/
2015-07-16 15:19:52 +00:00

8 lines
200 B
Text

--- Makefile.orig 2015-07-16 13:27:40 UTC
+++ Makefile
@@ -1,4 +1,4 @@
-CC = gcc
+CC?= gcc
BIN = lib/libnmea.a
MODULES = generate generator parse parser tok context time info gmath sentence