pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/opencpn-plugin-weather_routing/patches Add p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a244bc59dc30
branches: trunk
changeset: 361246:a244bc59dc30
user: bouyer <bouyer%pkgsrc.org@localhost>
date: Tue Apr 18 16:54:35 2017 +0000
description:
Add patch missed from the 20170414 update. This caused the build to fail
so no change to PKGREVISION.
diffstat:
geography/opencpn-plugin-weather_routing/patches/patch-src_RouteMapOverlay.cpp | 12 ++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diffs (16 lines):
diff -r 9fa6259cc570 -r a244bc59dc30 geography/opencpn-plugin-weather_routing/patches/patch-src_RouteMapOverlay.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/opencpn-plugin-weather_routing/patches/patch-src_RouteMapOverlay.cpp Tue Apr 18 16:54:35 2017 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_RouteMapOverlay.cpp,v 1.1 2017/04/18 16:54:35 bouyer Exp $
+--- src/RouteMapOverlay.cpp.orig 2017-04-14 13:36:07.000000000 +0200
++++ src/RouteMapOverlay.cpp 2017-04-14 13:36:23.000000000 +0200
+@@ -1186,7 +1186,7 @@
+ }
+ Unlock();
+
+- if(isinf(mindt))
++ if(std::isinf(mindt))
+ goto not_able_to_propagate;
+
+ destination_position = new Position(configuration.EndLat, configuration.EndLon,
Home |
Main Index |
Thread Index |
Old Index