diff options
Diffstat (limited to 'devel/monotone/patches/patch-aa')
-rw-r--r-- | devel/monotone/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/monotone/patches/patch-aa b/devel/monotone/patches/patch-aa new file mode 100644 index 00000000000..b23a7305f5b --- /dev/null +++ b/devel/monotone/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.9 2006/09/20 13:10:10 jmmv Exp $ + +--- cmd.hh.orig 2006-09-17 11:56:51.000000000 +0200 ++++ cmd.hh +@@ -207,7 +207,7 @@ namespace commands { + } \ + std::string commands::cmd_ ## C::desc() \ + { \ +- std:string result = _(desc_.c_str()); \ ++ std::string result = _(desc_.c_str()); \ + result += "\n"; \ + result += (F("Alias for %s") % #realcommand).str(); \ + return result; \ |