diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-09 09:09:44 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-09 09:09:44 +0000 |
commit | 581d1f02c1af90c2d3856a2acc728e3843534f18 (patch) | |
tree | 59c1087b346198823e072cb24d78861be62d48ce /astro/phoon/files/patch-astro.h | |
parent | Add p5-Text-Aspell 0.04, perl interface to the GNU Aspell library. (diff) |
- Fix compile warnings
- Transfer MAINTAINER to submitter
PR: ports/78566
Submitted by: Søren Straarup <xride@x12.dk>
Diffstat (limited to 'astro/phoon/files/patch-astro.h')
-rw-r--r-- | astro/phoon/files/patch-astro.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/astro/phoon/files/patch-astro.h b/astro/phoon/files/patch-astro.h new file mode 100644 index 000000000000..9c1eec562f52 --- /dev/null +++ b/astro/phoon/files/patch-astro.h @@ -0,0 +1,8 @@ +--- astro.h.orig Sun Mar 6 22:43:59 2005 ++++ astro.h Sun Mar 6 22:44:05 2005 +@@ -43,4 +43,4 @@ + */ + extern double phase( double pdate, double* pphase, double* mage, double* dist, double* angdia, double* sudist, double* suangdia ); + +-#endif _ASTRO_H_ ++#endif |