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-constel.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-constel.c')
| -rw-r--r-- | astro/ephem/files/patch-constel.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/ephem/files/patch-constel.c b/astro/ephem/files/patch-constel.c new file mode 100644 index 000000000000..6ab4dfa1b660 --- /dev/null +++ b/astro/ephem/files/patch-constel.c @@ -0,0 +1,11 @@ +--- constel.c.orig Sun Jan 21 20:40:59 2007 ++++ constel.c Sun Jan 21 20:41:27 2007 +@@ -3,6 +3,8 @@ + #include "screen.h" + #include "circum.h" + ++static confnd(double r, double d, double e, char **name); ++ + /* print the constellation object p is in now as a prompt message. + */ + constellation_msg (p, np) |
