Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2014 13:22:56 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367731 - head/math/mpfr/files
Message-ID:  <201409091322.s89DMuMG062885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Tue Sep  9 13:22:56 2014
New Revision: 367731
URL: http://svnweb.freebsd.org/changeset/ports/367731
QAT: https://qat.redports.org/buildarchive/r367731/

Log:
  Fix build with gcc 4.9.
  
  PR:		193340
  Submitted by:	Olivier <software-freebsd@interfasys.ch>

Added:
  head/math/mpfr/files/
  head/math/mpfr/files/patch-src_vasprintf.c   (contents, props changed)

Added: head/math/mpfr/files/patch-src_vasprintf.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/mpfr/files/patch-src_vasprintf.c	Tue Sep  9 13:22:56 2014	(r367731)
@@ -0,0 +1,10 @@
+--- src/vasprintf.c.orig	2014-09-09 13:16:32.729289288 +0000
++++ src/vasprintf.c	2014-09-09 13:16:52.201287983 +0000
+@@ -42,6 +42,7 @@
+ #endif /* HAVE_VA_COPY */
+ 
+ #ifdef HAVE_WCHAR_H
++#include <stddef.h>
+ #include <wchar.h>
+ #endif
+ 



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