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 - [PATCH] Don't assume a GL library version number on NetBSD.
Summary: [PATCH] Don't assume a GL library version number on NetBSD.
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86_64 NetBSD
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-05 15:58 UTC by Nia Alarie
Modified: 2020-04-05 16:01 UTC (History)
0 users

See Also:


Attachments
[PATCH] Don't assume a GL library version number on NetBSD (678 bytes, patch)
2020-04-05 15:58 UTC, Nia Alarie
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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