diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-11-17 00:33:05 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-11-17 17:26:47 +0000 |
commit | 80af1e25462e8f08484b82b17d9e67ac5a9c4712 (patch) | |
tree | 0c940dd54ab769aecf8d61e4b73aa9ada60a046f /sci-astronomy/astrometry/files | |
parent | dev-util/bazel: version bump (diff) | |
download | gentoo-80af1e25462e8f08484b82b17d9e67ac5a9c4712.tar.gz gentoo-80af1e25462e8f08484b82b17d9e67ac5a9c4712.tar.bz2 gentoo-80af1e25462e8f08484b82b17d9e67ac5a9c4712.zip |
sci-astronomy/astrometry: fixed a few issues and cleanup
* missing slashes in configuration (bug #595024)
* QA implicit declarations (bug #595162)
* download page and upstream release metadata
* remove extra USE flag, it needs graphics in all cases (bug #595160)
Package-Manager: portage-2.3.2
Diffstat (limited to 'sci-astronomy/astrometry/files')
-rw-r--r-- | sci-astronomy/astrometry/files/astrometry-0.67-qsortr.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-astronomy/astrometry/files/astrometry-0.67-qsortr.patch b/sci-astronomy/astrometry/files/astrometry-0.67-qsortr.patch new file mode 100644 index 000000000000..6a7868884eaa --- /dev/null +++ b/sci-astronomy/astrometry/files/astrometry-0.67-qsortr.patch @@ -0,0 +1,10 @@ +--- a/util/test_qsort_r.c 2016-11-17 00:21:29.211561563 +0000 ++++ b/util/test_qsort_r.c 2016-11-17 00:21:43.281493095 +0000 +@@ -5,6 +5,7 @@ + #include <stdio.h> + #include <string.h> + #include <stdarg.h> ++#include <stdlib.h> + + #include "cutest.h" + |