From b24935537c4b1535fae82d84d6b24069799e2160 Mon Sep 17 00:00:00 2001 From: sbruno Date: Sat, 5 Jul 2014 23:21:46 +0000 Subject: Move include of float.h to enable build on armv6 PR: 190983 Submitted by: andrew@freebsd.org Reviewed by: mat@freebsd.org --- x11/pixman/Makefile | 2 +- x11/pixman/files/patch-pixman-private.h | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 x11/pixman/files/patch-pixman-private.h 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 +- + #ifndef PIXMAN_PRIVATE_H + #define PIXMAN_PRIVATE_H + +@@ -30,6 +28,7 @@ + #include + #include + #include ++#include + + #include "pixman-compiler.h" + -- cgit