summaryrefslogtreecommitdiff
path: root/devel/monotone/files/patch-sanity.hh
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-06-14 19:35:28 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-06-14 19:35:28 +0000
commit61c8e5224ee2f8d5416c168ca97ed0e23dc43217 (patch)
tree7fbbe93fe56fe63aa5629c62e63ee77fda5fb86d /devel/monotone/files/patch-sanity.hh
parentChase the gstreamer shared lib version, and bump PORTREVISION where (diff)
Add monotone 0.11, a distributed version control system with
digital signatures. PR: 65921 Submitted by: Mark A. Wicks
Notes
Notes: svn path=/head/; revision=111481
Diffstat (limited to 'devel/monotone/files/patch-sanity.hh')
-rw-r--r--devel/monotone/files/patch-sanity.hh14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/monotone/files/patch-sanity.hh b/devel/monotone/files/patch-sanity.hh
new file mode 100644
index 000000000000..520a08315cea
--- /dev/null
+++ b/devel/monotone/files/patch-sanity.hh
@@ -0,0 +1,14 @@
+--- sanity.hh.orig Wed Jan 7 13:11:48 2004
++++ sanity.hh Sun Mar 21 22:49:59 2004
+@@ -58,7 +58,11 @@
+ extern sanity global_sanity;
+
+ // F is for when you want to build a boost formatter
++#ifdef ENABLE_NLS
+ #define F(str) boost::format(gettext(str))
++#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)