svn commit: r402592 - head/devel/lfcbase/files

John Marino marino at FreeBSD.org
Sun Nov 29 11:56:05 UTC 2015


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


More information about the svn-ports-all mailing list