[Bug 217511] emulators/virtualbox-ose: incorrect USE_GL
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 30 06:31:57 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217511
--- Comment #17 from Samy Mahmoudi <samy.mahmoudi at gmail.com> ---
(In reply to Jung-uk Kim from comment #16)
With your commit and Kurt's set of options, I now get:
Error: /usr/local/lib/virtualbox/VBoxTestOGL is linked to
/usr/local/lib/libGL.so.1 from graphics/mesa-libs but it is not declared as a
dependency
Warning: you need USE_GL+=gl
So the secondary problem that Kurt found out seems corrected while the primary
problem of Bug 217511 is still not.
I think you should have changed the value of line 152 as I did in the patch of
comment #3: to "gl glu", not to "glu" only.
I understand the new semantic as:
• First, indicate that the port uses OpenGL
• Secondly, indicate which OpenGL components the port uses
In the make syntax, this gives in general:
• USES=gl
• USE_GL=egl gl glu...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list