Date: Thu, 25 Dec 2014 18:49:59 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375593 - head/games/exult/files Message-ID: <201412251849.sBPInxdA062667@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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> + + + /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412251849.sBPInxdA062667>