Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 23:21:46 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360840 - in head/x11/pixman: . files
Message-ID:  <201407052321.s65NLkeK036816@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno (src committer)
Date: Sat Jul  5 23:21:46 2014
New Revision: 360840
URL: http://svnweb.freebsd.org/changeset/ports/360840
QAT: https://qat.redports.org/buildarchive/r360840/

Log:
  Move include of float.h to enable build on armv6
  
  PR:		190983
  Submitted by:	andrew@freebsd.org
  Reviewed by:	mat@freebsd.org

Added:
  head/x11/pixman/files/
  head/x11/pixman/files/patch-pixman-private.h   (contents, props changed)
Modified:
  head/x11/pixman/Makefile

Modified: head/x11/pixman/Makefile
==============================================================================
--- head/x11/pixman/Makefile	Sat Jul  5 23:20:57 2014	(r360839)
+++ head/x11/pixman/Makefile	Sat Jul  5 23:21:46 2014	(r360840)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pixman
 PORTVERSION=	0.32.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org

Added: head/x11/pixman/files/patch-pixman-private.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/pixman/files/patch-pixman-private.h	Sat Jul  5 23:21:46 2014	(r360840)
@@ -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"
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407052321.s65NLkeK036816>