openbsd-ports/x11/xview/config/patches/p-libxview-misc-i18n_impl_h
espie f3cbb56810 Xview's return.
Cleaned up so that lib depends on config:build, and lndir it
instead of mucking with the source dir.

All patches put into config/patches, separated and renamed
(yes, this is a LARGE fucker).

Fake

xview/clients to come.

Currently installs under /usr/X11R6, some more patches to X needed to fix
that.
2000-04-02 15:25:13 +00:00

14 lines
300 B
Plaintext

--- ./lib/libxview/misc/i18n_impl.h.orig Tue Jun 29 07:16:31 1993
+++ ./lib/libxview/misc/i18n_impl.h Sat Apr 1 18:25:25 2000
@@ -25,6 +25,10 @@
#include <locale.h>
+#ifndef LC_MESSAGES
+#define LC_MESSAGES 0
+#endif
+
extern char *dgettext();
#define XV_I18N_MSG(d,s) (dgettext(d,s))