From fae3eb418f0fffde7a89d1f6b5c511ab32866fa9 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 6 Apr 1999 15:38:00 +0000 Subject: On Solaris, enable the native nls. --- graphics/imlib/patches/patch-ac | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 graphics/imlib/patches/patch-ac (limited to 'graphics/imlib') diff --git a/graphics/imlib/patches/patch-ac b/graphics/imlib/patches/patch-ac new file mode 100644 index 00000000000..92cf76b00ef --- /dev/null +++ b/graphics/imlib/patches/patch-ac @@ -0,0 +1,17 @@ +$NetBSD: patch-ac,v 1.5 1999/04/06 15:38:00 agc Exp $ + +Enable the native NLS on Solaris. + +--- utils/imlib_config.c 1999/04/06 13:27:10 1.1 ++++ utils/imlib_config.c 1999/04/06 13:28:56 +@@ -1,4 +1,10 @@ + #include ++ ++/* On Solaris, enable the native nls */ ++#if defined(__sun__) && defined(__svr4__) ++#define ENABLE_NLS 1 ++#endif ++ + #ifndef GNOMELOCALEDIR + #define GNOMELOCALEDIR "/usr/share/locale" + #endif -- cgit v1.2.3