Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2014 22:08:18 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190983] New: [PATCH] Let x11/pixman build with clang on ARM
Message-ID:  <bug-190983-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: Andrew@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190983-13>