Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Nov 2015 13:01:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 201273] multimedia/openh264 fails to build on armv6
Message-ID:  <bug-201273-21738-kk79vvCaOJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201273-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201273-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201273

--- Comment #8 from commit-hook@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201273-21738-kk79vvCaOJ>