openbsd-ports/misc/gpsd/patches/patch-Makefile_in
ckuethe ceda564da8 Update to gpsd 2.34 (plus a patch from current).
Notable changes include
	- removal of unbounded string functions
	- automatic support for nmea(4) timedelta sensors
	- lots of driver updates
	- profiled and cleaned up hot spots
	- runtime reliability fixes

Lots of good advice from steven and naddy, ok naddy@
2007-02-08 23:03:38 +00:00

13 lines
543 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.2 2007/02/08 23:03:38 ckuethe Exp $
--- Makefile.in.orig Wed Jan 10 19:13:52 2007
+++ Makefile.in Wed Jan 10 19:14:53 2007
@@ -1429,7 +1429,7 @@ packet_names.h: packet_states.h
sed -e '/^ *\([A-Z][A-Z0-9_]*\),/s// "\1",/' -e '/_states/s//_names/' <packet_states.h >packet_names.h
gpspacket.so: gpspacket.c libgps.la
- python setup.py build_ext --inplace
+ $(PYTHON) setup.py build_ext --inplace
@HAVE_XSLT_PROCESSOR_TRUE@.xml.1:
@HAVE_XSLT_PROCESSOR_TRUE@ $(MANGENERATOR) $(MANFLAGS) $(MANTARGET) $<