[Bug 195655] New: Fix multimedia/libvpx build with clang 3.5.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 3 21:49:26 UTC 2014


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 at FreeBSD.org
          Reporter: dim at FreeBSD.org
          Assignee: ashish at FreeBSD.org
             Flags: maintainer-feedback?(ashish at 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 at FreeBSD.org> ---
Auto-assigned to maintainer ashish at FreeBSD.org

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


More information about the freebsd-ports-bugs mailing list