1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11-toolkits/xview/files/patch-clients+olwm+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

16 lines
334 B
C

--- ./clients/olwm/gettext.h.orig Tue Jun 29 07:11:46 1993
+++ ./clients/olwm/gettext.h Sat Apr 1 18:26:06 2000
@@ -27,7 +27,11 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/param.h>
-
+
+#ifndef LC_MESSAGES
+#define LC_MESSAGES 0
+#endif
+
struct domain_binding {
char *domain_name;
char *binding;