mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
305 B
C++
11 lines
305 B
C++
--- src/comet.cpp.orig 2000-05-13 22:48:51 UTC
|
|
+++ src/comet.cpp
|
|
@@ -52,7 +52,7 @@ void CometTail(int body)
|
|
#ifdef WIN32
|
|
wglPointParameterfvEXT(GL_DISTANCE_ATTENUATION_EXT, quad);
|
|
#else
|
|
-#ifdef GL_EXT_point_parameters
|
|
+#if 0
|
|
glPointParameterfvEXT(GL_DISTANCE_ATTENUATION_EXT, quad);
|
|
#endif
|
|
#endif
|