Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 17:42:35 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363743 - head/textproc/simplexml/files
Message-ID:  <201408011742.s71HgZDF016118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011742.s71HgZDF016118>