diff options
author | trevor <trevor@FreeBSD.org> | 2002-11-06 04:19:43 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-11-06 04:19:43 +0800 |
commit | ea07ed537c26d4d5909eb200a458a98ea3979e84 (patch) | |
tree | 88dc618cab25838ad193c93e5da7077b6f9c61de /astro/openuniverse | |
parent | c12b2c3e0b9b0698333df127d7ad371f2bf62164 (diff) | |
download | freebsd-ports-graphics-ea07ed537c26d4d5909eb200a458a98ea3979e84.tar.gz freebsd-ports-graphics-ea07ed537c26d4d5909eb200a458a98ea3979e84.tar.zst freebsd-ports-graphics-ea07ed537c26d4d5909eb200a458a98ea3979e84.zip |
Enable compilation on -CURRENT.
Submitted by: Volker Stolz
PR: 44931
Diffstat (limited to 'astro/openuniverse')
-rw-r--r-- | astro/openuniverse/files/patch-src_ou.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/astro/openuniverse/files/patch-src_ou.h b/astro/openuniverse/files/patch-src_ou.h new file mode 100644 index 00000000000..ff1bb3d7490 --- /dev/null +++ b/astro/openuniverse/files/patch-src_ou.h @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- src/ou.h.orig Sun Jun 4 12:35:09 2000 ++++ src/ou.h Tue Nov 5 12:17:24 2002 +@@ -19,6 +19,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <math.h> + + #ifdef WIN32 |