Date: Sun, 18 Jan 2015 19:41:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196846] multimedia/ffmpeg0: fails to build on armv6 with clang3.5.0 Message-ID: <bug-196846-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196846 Bug ID: 196846 Summary: multimedia/ffmpeg0: fails to build on armv6 with clang3.5.0 Product: Ports & Packages Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: wg@FreeBSD.org Reporter: mikael.urankar@gmail.com CC: sbruno@FreeBSD.org Flags: maintainer-feedback?(wg@FreeBSD.org) Assignee: wg@FreeBSD.org Created attachment 151805 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151805&action=edit fix build on armv6 Hi, clang enabled the integrated assembler by default and it breaks the build of ffmpeg0. Import libav upstream patch to fix cpu detection: https://git.libav.org/?p=libav.git;a=commitdiff;h=8ee2b4672f6ad5cfd003e742f887cffcfea26021 The attached patch fixes that. To apply the patch: cd /usr/ports/multimedia/ffmpeg0 ; patch < /path/to/patch find /usr/ports/multimedia/ffmpeg0 -type f -name "*.orig" -delete --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer wg@FreeBSD.org -- 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-196846-13>