[Bug 201273] multimedia/openh264 fails to build on armv6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 3 13:01:51 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201273

--- Comment #8 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Tue Nov  3 13:01:21 UTC 2015
New revision: 400697
URL: https://svnweb.freebsd.org/changeset/ports/400697

Log:
  multimedia/openh264: oops, drop unused devel/binutils

  USE_BINUTILS isn't magically enabled for non-autotools ports.
  One of the following had to be provided

    CFLAGS+=    -B${LOCALBASE}/bin
    MAKE_ENV+=    COMPILER_PATH=${LOCALBASE}/bin

  However, binutils 2.17 in base is enough for NEON with armv6 while
  aarch64 requires recent binutils for everything, not just this port.

  PR:        201273 (ping)
  Reported by:    Mika?l Urankar (via private mail)
  MFH:        2015Q4
  X-MFH-With:    r400578

Changes:
  head/multimedia/openh264/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list