diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /gfx/cairo/pixman-limits.patch | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'gfx/cairo/pixman-limits.patch')
-rw-r--r-- | gfx/cairo/pixman-limits.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gfx/cairo/pixman-limits.patch b/gfx/cairo/pixman-limits.patch new file mode 100644 index 000000000..bc820e673 --- /dev/null +++ b/gfx/cairo/pixman-limits.patch @@ -0,0 +1,18 @@ +commit 3c275c75e381184fb3fa0537c4bfce50b44690e7 +Author: Jeff Muizelaar <jmuizelaar@mozilla.com> +Date: Fri Apr 20 00:12:32 2012 -0400 + + limits + +diff --git a/pixman/pixman-utils.c b/pixman/pixman-utils.c +index 2ec2594..de05c0e 100644 +--- a/pixman/pixman-utils.c ++++ b/pixman/pixman-utils.c +@@ -27,6 +27,7 @@ + #endif + #include <stdio.h> + #include <stdlib.h> ++#include <limits.h> + + #include "pixman-private.h" + |