[Bug 190983] New: [PATCH] Let x11/pixman build with clang on ARM

bz-noreply at freebsd.org bz-noreply at freebsd.org
Thu Jun 12 22:08:18 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190983

            Bug ID: 190983
           Summary: [PATCH] Let x11/pixman build with clang on ARM
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: Andrew at FreeBSD.org

Created attachment 143723
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143723&action=edit
Fix on ARM with clang

I have been testing building ports on ARM using the armv6hf target. I found
pixman fails to build as it includes float.h in a header included from assembly
files.

The attached patch moves this header in with the others so it won't be included
from asm.

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


More information about the freebsd-ports-bugs mailing list