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 - Add AltiVec detection for FreeBSD (fixes build)
Summary: Add AltiVec detection for FreeBSD (fixes build)
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: 2.0.12
Hardware: PowerPC FreeBSD
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-11 00:30 UTC by Piotr Kubaj
Modified: 2020-07-11 05:12 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.09 KB, text/plain)
2020-07-11 00:30 UTC, Piotr Kubaj
Details

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