rlescak / rpms / asymptote

Forked from rpms/asymptote 2 years ago
Clone
Blob Blame History Raw
--- glrender.h~	2019-08-20 23:51:14.000000000 -0500
+++ glrender.h	2019-09-18 12:28:09.126648853 -0500
@@ -27,7 +27,7 @@
 #define GL_SILENCE_DEPRECATION
 #include <OpenGL/gl.h>
 #ifdef HAVE_LIBGLUT
-#include <GLUT/glut.h>
+#include <GLUT/freeglut.h>
 #endif
 #ifdef HAVE_LIBOSMESA
 #include <GL/osmesa.h>
@@ -40,7 +40,7 @@
 #include <GL/wglext.h>
 #endif
 #ifdef HAVE_LIBGLUT
-#include <GL/glut.h>
+#include <GL/freeglut.h>
 #endif
 #ifdef HAVE_LIBOSMESA
 #include <GL/osmesa.h>