svn commit: r367731 - head/math/mpfr/files

Alex Dupre ale at FreeBSD.org
Tue Sep 9 13:22:57 UTC 2014


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 at 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
+ 


More information about the svn-ports-head mailing list