FreeBSD Bugzilla – Attachment 143723 Details for
Bug 190983
[PATCH] Let x11/pixman build with clang on ARM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix on ARM with clang
pixman-arm.diff (text/plain), 981 bytes, created by
Andrew Turner
on 2014-06-12 22:08:18 UTC
(
hide
)
Description:
Fix on ARM with clang
Filename:
MIME Type:
Creator:
Andrew Turner
Created:
2014-06-12 22:08:18 UTC
Size:
981 bytes
patch
obsolete
>Index: x11/pixman/files/patch-pixman-private.h >=================================================================== >--- x11/pixman/files/patch-pixman-private.h (revision 0) >+++ x11/pixman/files/patch-pixman-private.h (working copy) >@@ -0,0 +1,16 @@ >+--- pixman/pixman-private.h.orig 2014-06-12 21:43:22.000000000 +0000 >++++ pixman/pixman-private.h 2014-06-12 21:43:38.000000000 +0000 >+@@ -1,5 +1,3 @@ >+-#include <float.h> >+- >+ #ifndef PIXMAN_PRIVATE_H >+ #define PIXMAN_PRIVATE_H >+ >+@@ -30,6 +28,7 @@ >+ #include <stdio.h> >+ #include <string.h> >+ #include <stddef.h> >++#include <float.h> >+ >+ #include "pixman-compiler.h" >+ > >Property changes on: x11/pixman/files/patch-pixman-private.h >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190983
: 143723 |
144438
Working