svn commit: r375593 - head/games/exult/files

Antoine Brodin antoine at FreeBSD.org
Thu Dec 25 18:49:59 UTC 2014


Author: antoine
Date: Thu Dec 25 18:49:58 2014
New Revision: 375593
URL: https://svnweb.freebsd.org/changeset/ports/375593
QAT: https://qat.redports.org/buildarchive/r375593/

Log:
  Include string.h for memset and memmove declaration

Added:
  head/games/exult/files/patch-shapes_pngio.cc   (contents, props changed)

Added: head/games/exult/files/patch-shapes_pngio.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/exult/files/patch-shapes_pngio.cc	Thu Dec 25 18:49:58 2014	(r375593)
@@ -0,0 +1,10 @@
+--- shapes/pngio.cc.orig	2013-01-27 03:00:25 UTC
++++ shapes/pngio.cc
+@@ -31,6 +31,7 @@ Foundation, Inc., 59 Temple Place - Suit
+ 
+ #include <png.h>
+ #include <setjmp.h>
++#include <string.h>
+ 
+ 
+ /*


More information about the svn-ports-head mailing list