diff options
author | markd <markd@pkgsrc.org> | 2014-11-13 19:19:06 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2014-11-13 19:19:06 +0000 |
commit | e486e6cd2651bd49568c85720099f7535bcf5083 (patch) | |
tree | 83f7122d5a014569a87b5529ab7dece89be51cc0 /misc/kstars/patches | |
parent | 94189b4ae5021626678059d23f799ec2e4743b15 (diff) | |
download | pkgsrc-e486e6cd2651bd49568c85720099f7535bcf5083.tar.gz |
Update to KDE SC 4.14.3
Diffstat (limited to 'misc/kstars/patches')
-rw-r--r-- | misc/kstars/patches/patch-kstars_skyobjects_starobject.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/kstars/patches/patch-kstars_skyobjects_starobject.cpp b/misc/kstars/patches/patch-kstars_skyobjects_starobject.cpp deleted file mode 100644 index 89fa83fff09..00000000000 --- a/misc/kstars/patches/patch-kstars_skyobjects_starobject.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-kstars_skyobjects_starobject.cpp,v 1.1 2013/11/07 12:35:42 markd Exp $ - ---- kstars/skyobjects/starobject.cpp.orig 2013-08-28 17:03:16.000000000 +0000 -+++ kstars/skyobjects/starobject.cpp -@@ -282,7 +282,7 @@ void StarObject::getIndexCoords( KSNumbe - - pmms = pmMagnitudeSquared(); - -- if( isnan( pmms ) || pmms * num->julianMillenia() * num->julianMillenia() < 1. ) { -+ if( std::isnan( pmms ) || pmms * num->julianMillenia() * num->julianMillenia() < 1. ) { - // Ignore corrections - *ra = ra0().Degrees(); - *dec = dec0().Degrees(); |