Add patch missed from the 20170414 update. This caused the build to fail
so no change to PKGREVISION.
This commit is contained in:
parent
1e38dc1862
commit
bb1d38cbe5
1 changed files with 12 additions and 0 deletions
|
@ -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,
|
Loading…
Reference in a new issue