diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 18:49:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 18:49:58 +0000 |
commit | bfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (patch) | |
tree | 6d2cbfbe96bb798f025fd483230a421d7dcaf56b /games | |
parent | bc164679aa3f5c5070638463fd58fb0d19120f25 (diff) | |
download | ports-bfdfc5baac1b60e409c56691b0e6d07cff8d1d91.tar.gz ports-bfdfc5baac1b60e409c56691b0e6d07cff8d1d91.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/exult/files/patch-shapes_pngio.cc | 10 |
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 000000000000..7df562761b89 --- /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> + + + /* |