svn commit: r406828 - head/devel/pure-stllib/files

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jan 21 06:45:37 UTC 2016


Author: vanilla
Date: Thu Jan 21 06:45:36 2016
New Revision: 406828
URL: https://svnweb.freebsd.org/changeset/ports/406828

Log:
  Fix build with gcc4.9.
  
  PR:		204387
  Submitted by:	gerald@
  Approved by:	maintainer via twitter.

Added:
  head/devel/pure-stllib/files/patch-stlbase.hpp   (contents, props changed)

Added: head/devel/pure-stllib/files/patch-stlbase.hpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pure-stllib/files/patch-stlbase.hpp	Thu Jan 21 06:45:36 2016	(r406828)
@@ -0,0 +1,11 @@
+--- stlbase.hpp.orig	2016-01-21 06:40:43 UTC
++++ stlbase.hpp
+@@ -17,6 +17,8 @@ included with the pure-stlvec distributi
+ #ifndef STLBASE_H
+ #define STLBASE_H
+ 
++#include <stddef.h>
++#include <cstddef>
+ #include <vector>
+ #include <map>
+ #include <iterator>


More information about the svn-ports-head mailing list