From d40968054107383189ed18e9724abc7d948a4002 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 12 Feb 2005 21:11:43 +0000 Subject: Upgrade to 0.16 and unbreak on FreeBSD-5.3. PR: ports/76738 Submitted by: maintainer. --- devel/monotone/files/patch-sanity.hh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'devel/monotone/files/patch-sanity.hh') diff --git a/devel/monotone/files/patch-sanity.hh b/devel/monotone/files/patch-sanity.hh index 520a08315cea..f0c21ba0cc83 100644 --- a/devel/monotone/files/patch-sanity.hh +++ b/devel/monotone/files/patch-sanity.hh @@ -1,6 +1,6 @@ ---- sanity.hh.orig Wed Jan 7 13:11:48 2004 -+++ sanity.hh Sun Mar 21 22:49:59 2004 -@@ -58,7 +58,11 @@ +--- sanity.hh.orig Fri Dec 31 03:16:54 2004 ++++ sanity.hh Wed Jan 26 22:20:17 2005 +@@ -64,7 +64,12 @@ extern sanity global_sanity; // F is for when you want to build a boost formatter @@ -9,6 +9,7 @@ +#else +#define F(str) boost::format((str)) +#endif ++ // L is for logging, you can log all you want - #define L(fmt) global_sanity.log(fmt) + #define L(fmt) global_sanity.log(fmt, __FILE__, __LINE__) -- cgit v1.2.3