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 5228

Summary: Add AltiVec detection for FreeBSD (fixes build)
Product: SDL Reporter: Piotr Kubaj <pkubaj>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: sezeroz
Version: 2.0.12   
Hardware: PowerPC   
OS: FreeBSD   
Attachments: patch

Description Piotr Kubaj 2020-07-11 00:30:45 UTC
Created attachment 4407 [details]
patch

AltiVec isn't detected on FreeBSD, which breaks build. Attached patch fixes it.
Comment 1 Ozkan Sezer 2020-07-11 05:12:03 UTC
Patch is added as https://hg.libsdl.org/SDL/rev/465afae5eb7e
with a minor change.  Thanks.