add sci-astronomy/xephem

This ebuild includes the openssl patches needed to restore sun (osoho)
and earth menu functions.
This commit is contained in:
Florian Tham
2020-01-23 11:47:48 +01:00
parent aba63f9ec0
commit facf5c6fbe
8 changed files with 995 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
sunmenu.c:920:3: warning: implicit declaration of function strptime
--- a/GUI/xephem/sunmenu.c
+++ b/GUI/xephem/sunmenu.c
@@ -1,6 +1,7 @@
/* code to manage the sun display
*/
+#define _XOPEN_SOURCE /* See feature_test_macros(7) */
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>