diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-24 06:17:21 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-24 06:17:21 +0000 |
commit | 9548525ef1d33bcfb5e9a5558e18c973dcfa4c78 (patch) | |
tree | e52907ce9038dfa3caf1d5b5e53f39502a9419e9 /astro | |
parent | ko-msdosfs, VFAT filesystem module supporting CP949 VFAT(unicode), activated. (diff) |
Patch this so it compiles.
Notes
Notes:
svn path=/head/; revision=40307
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 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 |