Date: Wed, 03 Dec 2014 21:49:26 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195655] New: Fix multimedia/libvpx build with clang 3.5.0 Message-ID: <bug-195655-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195655 Bug ID: 195655 Summary: Fix multimedia/libvpx build with clang 3.5.0 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ashish@FreeBSD.org Reporter: dim@FreeBSD.org Assignee: ashish@FreeBSD.org Flags: maintainer-feedback?(ashish@FreeBSD.org) Created attachment 150154 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150154&action=edit Fix multimedia/libvpx build with clang 3.5.0 In bug 195480, I asked for an exp-run with clang 3.5.0. One of the failures here is in multimedia/libvpx. Since in this case the compiler is abused as a sort of text processor, it is easiest to use -no-integrated-as, as suggested here: https://code.google.com/p/webm/issues/detail?id=729 This is fixed by a small change to patch-build_make_Makefile. Additionally, libvpx's configure script incorrectly checks for x32, making it impossible to build the port on i386 with clang. That is fixed by patch-build_make_configure.sh. (This fix has also been sent upstream.) --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer ashish@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-195655-13>