summaryrefslogtreecommitdiff
path: root/net-misc/cadaver/files/cadaver-0.23.2-disable-nls.patch
blob: 6610d479b30d44c800b747b4c7218bf00bb0de60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Fix building with --disable-nls.
--- src/cadaver.c.~1~	2007-08-22 14:17:27.000000000 +0200
+++ src/cadaver.c	2008-03-29 08:58:57.248793293 +0100
@@ -838,11 +838,12 @@
 
     progname = argv[0];
 
+#ifdef ENABLE_NLS
+
 #ifdef HAVE_SETLOCALE
     setlocale(LC_ALL, "");
 #endif
 
-#ifdef ENABLE_NLS
     bindtextdomain(PACKAGE_NAME, LOCALEDIR);
     textdomain(PACKAGE_NAME);
 #endif /* ENABLE_NLS */