diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-02 01:42:35 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-02 01:42:35 +0800 |
commit | aa71c26e33a4f161502efec581b957ef37acfc9d (patch) | |
tree | 0fb6f9cc2f5bb46a0d65578f15174d8af0f81e8d /textproc | |
parent | 34921a8cdbdfb91b0c30dd1a75e30f795dd7bb81 (diff) | |
download | freebsd-ports-gnome-aa71c26e33a4f161502efec581b957ef37acfc9d.tar.gz freebsd-ports-gnome-aa71c26e33a4f161502efec581b957ef37acfc9d.tar.zst freebsd-ports-gnome-aa71c26e33a4f161502efec581b957ef37acfc9d.zip |
Fix build.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/simplexml/files/patch-xml-value.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/simplexml/files/patch-xml-value.cpp b/textproc/simplexml/files/patch-xml-value.cpp new file mode 100644 index 000000000000..69fcbd2ebd62 --- /dev/null +++ b/textproc/simplexml/files/patch-xml-value.cpp @@ -0,0 +1,10 @@ +--- ./xml-value.cpp.orig 2014-08-01 13:41:29.000000000 -0400 ++++ ./xml-value.cpp 2014-08-01 13:41:47.000000000 -0400 +@@ -26,6 +26,7 @@ + #include <ctype.h> + #include <errno.h> + #include <string.h> ++#include <stdlib.h> + #include <algorithm> + #include <functional> + |