Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2016 06:45:36 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406828 - head/devel/pure-stllib/files
Message-ID:  <201601210645.u0L6jaFH003795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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