freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+misc+gettext.h
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

11 lines
361 B
C

--- lib/libxview/misc/gettext.h.orig Wed Oct 1 00:25:29 2003
+++ lib/libxview/misc/gettext.h Wed Oct 1 15:26:09 2003
@@ -1,7 +1,7 @@
/* @(#)gettext.h 50.11 93/06/28 SMI */
#define DEFAULT_DOMAIN "default"
-#define DEFAULT_BINDING "/usr/lib/locale\n"
+#define DEFAULT_BINDING "/usr/lib/share/locale\n"
#define COOKIE 0xFF
#define BINDINGLISTDELIM '\n'