Summary: | emulators/mame: use sqlite from ports | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Piotr Kubaj <pkubaj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | manu | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(manu) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2990a0702eaba66016159fdae3b8699d9093a45f commit 2990a0702eaba66016159fdae3b8699d9093a45f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-05-16 20:53:52 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-05-16 20:55:59 +0000 emulators/mame: use sqlite from ports This fixes runtime on powerpc64le since sqlite vanilla assumes big-endian on all powerpc*. PR: 257253 Approved by: manu (maintainer timeout) emulators/mame/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) |
Created attachment 226534 [details] patch This fixes runtime on powerpc64le.