aboutsummaryrefslogtreecommitdiff
path: root/astro/openuniverse
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-03-24 06:17:21 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-03-24 06:17:21 +0000
commit9548525ef1d33bcfb5e9a5558e18c973dcfa4c78 (patch)
treee52907ce9038dfa3caf1d5b5e53f39502a9419e9 /astro/openuniverse
parentdeeb9d53f48fc861747180a1974606d074e063cd (diff)
downloadports-9548525ef1d33bcfb5e9a5558e18c973dcfa4c78.tar.gz
ports-9548525ef1d33bcfb5e9a5558e18c973dcfa4c78.zip
Patch this so it compiles.
Notes
Notes: svn path=/head/; revision=40307
Diffstat (limited to 'astro/openuniverse')
-rw-r--r--astro/openuniverse/files/patch-src_comet.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/openuniverse/files/patch-src_comet.cpp b/astro/openuniverse/files/patch-src_comet.cpp
new file mode 100644
index 000000000000..2396b6492f5d
--- /dev/null
+++ b/astro/openuniverse/files/patch-src_comet.cpp
@@ -0,0 +1,11 @@
+--- src/comet.cpp.orig Sat May 13 15:48:51 2000
++++ src/comet.cpp Fri Mar 23 19:49:12 2001
+@@ -52,7 +52,7 @@
+ #ifdef WIN32
+ wglPointParameterfvEXT(GL_DISTANCE_ATTENUATION_EXT, quad);
+ #else
+-#ifdef GL_EXT_point_parameters
++#if 0
+ glPointParameterfvEXT(GL_DISTANCE_ATTENUATION_EXT, quad);
+ #endif
+ #endif