[Bug 263079] graphics/freeglut fails to build: libGL.so - not found
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263079 --- Comment #1 from Jan Beich <[email protected]> --- graphics/libglvnd only provides libGL.so if X11 port option is enabled. As *_DEPENDS framework (e.g., via USE_GL=gl) doesn't support requesting ports built with specific option(s) enabled/disabled using non-default options in non-leaf ports is fragile. From https://gitlab.freedesktop.org/glvnd/libglvnd/-/blob/master/README.md#architecture > libGL is a wrapper library to libGLdispatch and libGLX which is > provided for backwards-compatibility with applications which link > against the old ABI. -- You are receiving this mail because: You are the assignee for the bug.