22 lines
513 B
Diff
22 lines
513 B
Diff
diff -up asymptote-2.63/glrender.h.freeglut asymptote-2.63/glrender.h
|
|
--- asymptote-2.63/glrender.h.freeglut 2020-03-03 11:21:56.192722722 -0500
|
|
+++ asymptote-2.63/glrender.h 2020-03-03 11:22:18.496273099 -0500
|
|
@@ -37,7 +37,7 @@
|
|
#include <OpenGL/gl.h>
|
|
|
|
#ifdef HAVE_LIBGLUT
|
|
-#include <GLUT/glut.h>
|
|
+#include <GLUT/freeglut.h>
|
|
#ifndef GLUT_3_2_CORE_PROFILE
|
|
#undef HAVE_GL
|
|
#endif
|
|
@@ -58,7 +58,7 @@
|
|
#endif
|
|
|
|
#ifdef HAVE_LIBGLUT
|
|
-#include <GL/glut.h>
|
|
+#include <GL/freeglut.h>
|
|
#endif
|
|
|
|
#ifdef HAVE_LIBOSMESA
|