summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-25 18:49:58 +0000
committerantoine <antoine@FreeBSD.org>2014-12-25 18:49:58 +0000
commit25c80782c536ce329491182eaac8df1c164c4f79 (patch)
tree6d2cbfbe96bb798f025fd483230a421d7dcaf56b
parent4e78f7ea3de1088cf2fbfe45b2dd500dcfbb6ae7 (diff)
downloadFreeBSD-ports-25c80782c536ce329491182eaac8df1c164c4f79.zip
FreeBSD-ports-25c80782c536ce329491182eaac8df1c164c4f79.tar.gz
Include string.h for memset and memmove declaration
-rw-r--r--games/exult/files/patch-shapes_pngio.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/exult/files/patch-shapes_pngio.cc b/games/exult/files/patch-shapes_pngio.cc
new file mode 100644
index 0000000..7df5627
--- /dev/null
+++ b/games/exult/files/patch-shapes_pngio.cc
@@ -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>
+
+
+ /*
OpenPOWER on IntegriCloud