diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-14 19:35:28 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-14 19:35:28 +0000 |
| commit | 61c8e5224ee2f8d5416c168ca97ed0e23dc43217 (patch) | |
| tree | 7fbbe93fe56fe63aa5629c62e63ee77fda5fb86d /devel/monotone/files/patch-monotone.cc | |
| parent | Chase 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-monotone.cc')
| -rw-r--r-- | devel/monotone/files/patch-monotone.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/monotone/files/patch-monotone.cc b/devel/monotone/files/patch-monotone.cc new file mode 100644 index 000000000000..359fd82b0a9d --- /dev/null +++ b/devel/monotone/files/patch-monotone.cc @@ -0,0 +1,14 @@ +--- monotone.cc.orig Wed Jan 7 13:11:47 2004 ++++ monotone.cc Sun Mar 21 22:49:59 2004 +@@ -129,8 +129,11 @@ + + setlocale(LC_CTYPE, ""); + setlocale(LC_MESSAGES, ""); ++ ++#ifdef ENABLE_NLS + bindtextdomain(PACKAGE, LOCALEDIR); + textdomain(PACKAGE); ++#endif + + // decode all argv values into a UTF-8 array + |
