Bug 257253 - emulators/mame: use sqlite from ports
Summary: emulators/mame: use sqlite from ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-18 14:37 UTC by Piotr Kubaj
Modified: 2022-05-16 20:57 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (manu)


Attachments
patch (1.08 KB, patch)
2021-07-18 14:37 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (manu)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2021-07-18 14:37:34 UTC
Created attachment 226534 [details]
patch

This fixes runtime on powerpc64le.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-05-16 20:57:07 UTC
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(-)