We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5075

Summary: [PATCH] Don't assume a GL library version number on NetBSD.
Product: SDL Reporter: Nia Alarie <nia>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86_64   
OS: NetBSD   
Attachments: [PATCH] Don't assume a GL library version number on NetBSD

Description Nia Alarie 2020-04-05 15:58:09 UTC
Created attachment 4291 [details]
[PATCH] Don't assume a GL library version number on NetBSD

If you install X as part of NetBSD, the GL library is libGL.so.3, but if you install the GL library later as a package, it's libGL.so.1.

What this patch does: Don't assume a version number and just follow the symlink.
Comment 1 Sam Lantinga 2020-04-05 16:01:56 UTC
Patch added, thanks!
https://hg.libsdl.org/SDL/rev/699e489c7bb6