Bug 236679 - multimedia/x264: fix build of libx264 on powerpc, powerpc64
Summary: multimedia/x264: fix build of libx264 on powerpc, powerpc64
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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-21 02:31 UTC by Piotr Kubaj
Modified: 2019-03-30 03:07 UTC (History)
3 users (show)

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


Attachments
patch (447 bytes, patch)
2019-03-21 02:31 UTC, Piotr Kubaj
no flags 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 2019-03-21 02:31:29 UTC
Created attachment 203019 [details]
patch

New libx264 releases now seem to detect and use Altivec during compilation, which breaks with base GCC because it doesn't support some functions that libx264 uses.

Set GCC option by default for powerpc and powerpc64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-29 14:59:20 UTC
A commit references this bug:

Author: linimon
Date: Fri Mar 29 14:58:46 UTC 2019
New revision: 497149
URL: https://svnweb.freebsd.org/changeset/ports/497149

Log:
  New libx264 releases now seem to detect and use Altivec during
  compilation, which breaks with base GCC because it doesn't support
  some functions that libx264 uses.

  Set GCC option by default for powerpc and powerpc64.

  PR:		236679
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Changes:
  head/multimedia/x264/Makefile
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2019-03-29 15:07:03 UTC
Committed, thanks.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2019-03-30 03:07:48 UTC
Assign to committer that resolved. Thank you Mark