sciapp / gr

GR framework: a graphics library for visualisation applications
Other
328 stars 54 forks source link

Fix for FreeBSD #131

Closed ko56 closed 3 years ago

ko56 commented 3 years ago

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.

FlorianRhiem commented 3 years ago

Thanks! This has been fixed in cb427c391c525573972817822d02710fb8b2f2a8.