summaryrefslogtreecommitdiff
path: root/devel/monotone/files/patch-monotone.cc
blob: 359fd82b0a9d961029bf5aef992d23dc3f5b5fc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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