diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-07-04 15:38:20 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-07-04 15:38:20 +0000 |
commit | 28d07ca35cc6ad0c1f3085222220aaa7eab05f3b (patch) | |
tree | ca1f19e628795388cb4ca1df1e2ccfd1a2107160 /x11/pixman/files/patch-pixman-private.h | |
parent | lang/rust: Update to 1.36.0 (diff) |
x11/pixman: Update to 0.38.4
PR: 233737
Submitted by: Charlie Li (original version)
exp-run by: antoine
Sponsored by: B3 Init (zeising)
Notes
Notes:
svn path=/head/; revision=505838
Diffstat (limited to 'x11/pixman/files/patch-pixman-private.h')
-rw-r--r-- | x11/pixman/files/patch-pixman-private.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/pixman/files/patch-pixman-private.h b/x11/pixman/files/patch-pixman-private.h deleted file mode 100644 index 4a7ae70e5d91..000000000000 --- a/x11/pixman/files/patch-pixman-private.h +++ /dev/null @@ -1,16 +0,0 @@ ---- 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" - |