summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-02-22 23:18:22 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-02-22 23:18:22 +0000
commit28ccee4f33c2381fa1139cb7107739a38dfc12a3 (patch)
tree11b2d5718b7453cad00371ad653ce79f7833f400 /sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch
parentdev-libs/starpu: in main tree (diff)
downloadbicatali-master.tar.gz
bicatali-master.tar.bz2
bicatali-master.zip
bunch of packages move to main treeHEADmaster
Diffstat (limited to 'sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch')
-rw-r--r--sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch b/sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch
deleted file mode 100644
index 27a912f..0000000
--- a/sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Author: Ole Streicher <olebole@debian.org>
-Description: Fix uninitialized value for haspm in RASortStars()
- This fixes a crash with 'imstar -s'.
---- a/libwcs/sortstar.c
-+++ b/libwcs/sortstar.c
-@@ -417,6 +417,8 @@
- hasnum = 1;
- if (spra != NULL && spdec != NULL)
- haspm = 1;
-+ else
-+ haspm = 0;
- if (sx != NULL && sy != NULL)
- hasxy = 1;
- else