freebsd-ports/astro/ephem/files/patch-eq_ecl.c
Pav Lucistnik 409980699a - Fix build with gcc41
- Update maintainer's address

PR:		ports/108190
Submitted by:	Slaven Rezic <slaven@rezic.de> (maintainer)
2007-01-24 23:18:05 +00:00

11 lines
265 B
C

--- eq_ecl.c.orig Sun Jan 21 20:41:41 2007
+++ eq_ecl.c Sun Jan 21 20:42:16 2007
@@ -2,6 +2,8 @@
#include <math.h>
#include "astro.h"
+static ecleq_aux (int sw, double mjd, double x, double y, double *p, double *q);
+
#define EQtoECL 1
#define ECLtoEQ (-1)