Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 11:56:04 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402592 - head/devel/lfcbase/files
Message-ID:  <201511291156.tATBu4vT066983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Nov 29 11:56:04 2015
New Revision: 402592
URL: https://svnweb.freebsd.org/changeset/ports/402592

Log:
  devel/lfcbase: Fix build on modern gcc (add <cstdlib>)
  
  Approved by:	modern gcc/just fix it blankets

Added:
  head/devel/lfcbase/files/
  head/devel/lfcbase/files/patch-basecheck_MatchTest.cc   (contents, props changed)

Added: head/devel/lfcbase/files/patch-basecheck_MatchTest.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/lfcbase/files/patch-basecheck_MatchTest.cc	Sun Nov 29 11:56:04 2015	(r402592)
@@ -0,0 +1,10 @@
+--- basecheck/MatchTest.cc.orig	2015-11-18 15:42:02 UTC
++++ basecheck/MatchTest.cc
+@@ -11,6 +11,7 @@
+ //
+ ///////////////////////////////////////////////////////////////////////////////
+ 
++#include <cstdlib>
+ #include "Exception.h"
+ #include "Matcher.h"
+ 



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