mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
bbff923854
PR: ports/58176 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
16 lines
334 B
C
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;
|