Bug 183129 - Make multimedia/gstreamer-ffmpeg and multimedia/gstreamer1-libav build on ppc64
Summary: Make multimedia/gstreamer-ffmpeg and multimedia/gstreamer1-libav build on ppc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-20 22:30 UTC by Justin Hibbits
Modified: 2014-03-02 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.34 KB, patch)
2013-10-20 22:30 UTC, Justin Hibbits
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Hibbits freebsd_committer freebsd_triage 2013-10-20 22:30:00 UTC
Having the exact same fix between the two, I combined both into one:

These two ports require an extra argument to build properly on powerpc64.  The attached patch fixes it.

Fix: Patch attached.  Adds an extra FFMPEG_CONFIG/LIBAV_CONFIG argument, to force the arch to ppc64

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 00:15:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Koop Mast 2013-10-21 09:06:49 UTC
Would the patch work with ${ARCH} instead of ${MACHINE_ARCH} ? Look to 
me that MACHINE_ARCH is a src only variable.
Comment 3 Justin Hibbits freebsd_committer freebsd_triage 2013-10-21 18:07:58 UTC
On Mon, Oct 21, 2013 at 1:06 AM, Koop Mast <kwm@rainbow-runner.nl> wrote:

> Would the patch work with ${ARCH} instead of ${MACHINE_ARCH} ? Look to me
> that MACHINE_ARCH is a src only variable.
>

${ARCH} would work just as well.

- Justin
Comment 4 Koop Mast freebsd_committer freebsd_triage 2014-03-02 21:40:35 UTC
State Changed
From-To: open->closed

Committed thanks