svn commit: r363743 - head/textproc/simplexml/files
Adam Weinberger
adamw at FreeBSD.org
Fri Aug 1 17:42:35 UTC 2014
Author: adamw
Date: Fri Aug 1 17:42:35 2014
New Revision: 363743
URL: http://svnweb.freebsd.org/changeset/ports/363743
QAT: https://qat.redports.org/buildarchive/r363743/
Log:
Fix build.
Added:
head/textproc/simplexml/files/
head/textproc/simplexml/files/patch-xml-value.cpp (contents, props changed)
Added: head/textproc/simplexml/files/patch-xml-value.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/simplexml/files/patch-xml-value.cpp Fri Aug 1 17:42:35 2014 (r363743)
@@ -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>
+
More information about the svn-ports-all
mailing list