aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-25 06:04:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-25 06:04:10 +0000
commita9ee2334a31a2abf6529516d1ddf5e9a74973602 (patch)
treebfda33adedf2c3cd4ebee5dbb26b272cee117c7e /astro
parent288a568f9ef932c794a1e92b75b7fdbddde3a9b9 (diff)
downloadports-a9ee2334a31a2abf6529516d1ddf5e9a74973602.tar.gz
ports-a9ee2334a31a2abf6529516d1ddf5e9a74973602.zip
- Fix build on 5.x
Noticed by: bento via kris Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=94772
Diffstat (limited to 'astro')
-rw-r--r--astro/nightfall/files/patch-LightGLAnimate.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/nightfall/files/patch-LightGLAnimate.c b/astro/nightfall/files/patch-LightGLAnimate.c
new file mode 100644
index 000000000000..310eef55e86a
--- /dev/null
+++ b/astro/nightfall/files/patch-LightGLAnimate.c
@@ -0,0 +1,10 @@
+--- LightGLAnimate.c.orig Tue Nov 25 00:21:36 2003
++++ LightGLAnimate.c Tue Nov 25 00:24:22 2003
+@@ -25,6 +25,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <sys/types.h>
+ #include "Light.h"
+
+ #ifdef _WITH_OPENGL