https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201273
--- Comment #8 from [email protected] --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
