diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-24 23:18:05 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-24 23:18:05 +0000 |
| commit | 409980699ad842ffcaf52d6c4ecd6641b48ee262 (patch) | |
| tree | 7e783f4aae1d0ed395586b179cdd2da5c890bbc3 /astro/ephem/files/patch-altj.c | |
| parent | - Update to 2.0.5 (diff) | |
- Fix build with gcc41
- Update maintainer's address
PR: ports/108190
Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=183226
Diffstat (limited to 'astro/ephem/files/patch-altj.c')
| -rw-r--r-- | astro/ephem/files/patch-altj.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/astro/ephem/files/patch-altj.c b/astro/ephem/files/patch-altj.c new file mode 100644 index 000000000000..2ca18695f2d3 --- /dev/null +++ b/astro/ephem/files/patch-altj.c @@ -0,0 +1,16 @@ +diff -u altj.c.orig altj.c +--- altj.c.orig Sat Mar 14 23:21:51 1992 ++++ altj.c Sun Jan 21 20:32:47 2007 +@@ -6,6 +6,12 @@ + #include "circum.h" + #include "screen.h" + ++static jupinfo (double d, ++ double *ix, double *ex, double *gx, double *cx, ++ double *iy, double *ey, double *gy, double *cy, ++ double *iz, double *ez, double *gz, double *cz, ++ double *sIcml, double *sIIcml); ++ + altj_labels() + { + static char grs[] = "(GRS is at approximately 30 degs in System II)"; |
