sciapp/gr

Fix for FreeBSD

Closed this issue · 1 comments

ko56 commented

In lib/gr3/gr3_internals.h, the previous fix for FreeBSD was incorrectly applied:

#elif defined(linux) || defined(FreeBSD)
/* OpenGL Extension to the X Window System (GLX) on Linux or FreeBSD */
#define GR3_USE_GLX
#include "gr3_glx.h"
#elif defined(_WIN32)

The __ around FreeBSD are currently missing.

Thanks! This has been fixed in cb427c3.