svn commit: r319834 - head/biology/avida/files

Martin Wilke miwi at FreeBSD.org
Tue Jun 4 08:26:03 UTC 2013


Author: miwi
Date: Tue Jun  4 08:26:03 2013
New Revision: 319834
URL: http://svnweb.freebsd.org/changeset/ports/319834

Log:
  - Fix build with clang
  
  PR:		179215
  Submitted by:	Ports Fury

Added:
  head/biology/avida/files/
  head/biology/avida/files/patch-avida-core__source__tools__tArray.h   (contents, props changed)

Added: head/biology/avida/files/patch-avida-core__source__tools__tArray.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/avida/files/patch-avida-core__source__tools__tArray.h	Tue Jun  4 08:26:03 2013	(r319834)
@@ -0,0 +1,10 @@
+--- avida-core/source/tools/tArray.h.orig
++++ avida-core/source/tools/tArray.h
+@@ -23,6 +23,7 @@
+ #ifndef tArray_h
+ #define tArray_h
+ 
++#include <cstdlib>
+ #include <cassert>
+ 
+ #ifndef NULL


More information about the svn-ports-head mailing list