[Bug 280527] [new port] emulators/ares: open-source multi-system emulator with focus on accuracy and preservation

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 14 Aug 2024 16:05:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280527

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |vvd@FreeBSD.org
             Status|New                         |In Progress
           Severity|Affects Only Me             |Affects Some People

--- Comment #8 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Warning: you might not need LIB_DEPENDS on libcanberra-gtk3.so
Does ares use libcanberra-gtk3.so?

Warning: you might not need LIB_DEPENDS on libEGL.so
Also I see it link with libGL, but not libEGL.
Maybe correct is:
GLX_USES=               gl
-GLX_USE=                GL=egl
+GLX_USE=                GL=gl
?

-- 
You are receiving this mail because:
You are the assignee for the bug.