aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2014-07-05 23:21:46 +0000
committerSean Bruno <sbruno@FreeBSD.org>2014-07-05 23:21:46 +0000
commit22b0bf968137c160ec6c212ff96535fcba16135f (patch)
treeaad9b249ea5f3f984cd904405ca6eb52daa149db /x11
parent673e8151c0f859490ed125a6bb2dedede7c7048f (diff)
downloadports-22b0bf968137c160ec6c212ff96535fcba16135f.tar.gz
ports-22b0bf968137c160ec6c212ff96535fcba16135f.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/pixman/Makefile2
-rw-r--r--x11/pixman/files/patch-pixman-private.h16
2 files changed, 17 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 14d07ef98643..3de4e320c7b5 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pixman
PORTVERSION= 0.32.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
diff --git a/x11/pixman/files/patch-pixman-private.h b/x11/pixman/files/patch-pixman-private.h
new file mode 100644
index 000000000000..4a7ae70e5d91
--- /dev/null
+++ b/x11/pixman/files/patch-pixman-private.h
@@ -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"
+