diff options
author | trevor <trevor@FreeBSD.org> | 2001-03-24 06:17:21 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-03-24 06:17:21 +0000 |
commit | 0f2e700e3eb8e5454ff69b46e37cb543d7c695a9 (patch) | |
tree | 0a2b8499055f37efa3e371d58712f7324587eaf7 /astro | |
parent | 6804f2d7209dc841562f12ff08d71bd426f23fb3 (diff) | |
download | FreeBSD-ports-0f2e700e3eb8e5454ff69b46e37cb543d7c695a9.zip FreeBSD-ports-0f2e700e3eb8e5454ff69b46e37cb543d7c695a9.tar.gz |
Patch this so it compiles.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/openuniverse/files/patch-src_comet.cpp | 11 |
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 0000000..2396b64 --- /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 |