@@ -8,7 +8,7 @@
// What additional flags should we pass to interrogate?
#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const
-
+#define HAVE_GL 1
#define IS_OSX 1
// Is the platform big-endian (like an SGI workstation) or
@@ -482,7 +482,7 @@
#define GL_LIBS opengl32.lib glu32.lib
#elif $[OSX_PLATFORM]
#defer GL_IPATH
- #defer GL_LPATH
+ #defer GL_LPATH /System/Library/Frameworks/OpenGL.framework/Libraries/
#defer GL_FRAMEWORK OpenGL
#defer GL_LIBS GL GLU
#else