diff options
author | pat <pat@FreeBSD.org> | 2002-11-27 07:45:08 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-11-27 07:45:08 +0800 |
commit | eb9948b3311ba6cd91abae703c7dd9f76a958b16 (patch) | |
tree | 631c774f641903b939b1bf1efa14ec9aa32f1f42 /astro/wmsolar/files | |
parent | 5473d9966e05d949244bf1138850c66e16517f1d (diff) | |
download | freebsd-ports-gnome-eb9948b3311ba6cd91abae703c7dd9f76a958b16.tar.gz freebsd-ports-gnome-eb9948b3311ba6cd91abae703c7dd9f76a958b16.tar.zst freebsd-ports-gnome-eb9948b3311ba6cd91abae703c7dd9f76a958b16.zip |
Fix build on -current and PERL->REINPLACE_CMD
Submitted by: bento
Diffstat (limited to 'astro/wmsolar/files')
-rw-r--r-- | astro/wmsolar/files/patch-Vsop.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/wmsolar/files/patch-Vsop.h b/astro/wmsolar/files/patch-Vsop.h new file mode 100644 index 000000000000..517afb91984b --- /dev/null +++ b/astro/wmsolar/files/patch-Vsop.h @@ -0,0 +1,10 @@ +--- Vsop.h.orig Tue Nov 26 15:41:59 2002 ++++ Vsop.h Tue Nov 26 15:42:13 2002 +@@ -12,6 +12,7 @@ + #define VSOP__H
+
+ #include "PlanetData.h" // for enum Planet
++#include <math.h> +
+ // * * * * * simple support structs * * * * *
+
|