diff options
author | agc <agc> | 1999-04-06 15:38:00 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-06 15:38:00 +0000 |
commit | fae3eb418f0fffde7a89d1f6b5c511ab32866fa9 (patch) | |
tree | 5ad879f29ae4f764f52ad397eeed0470b5bb3547 | |
parent | 3601f785c6d3976931406c8585330a9e0d18f6a8 (diff) | |
download | pkgsrc-fae3eb418f0fffde7a89d1f6b5c511ab32866fa9.tar.gz |
On Solaris, enable the native nls.
-rw-r--r-- | graphics/imlib/patches/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
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 <config.h> ++ ++/* On Solaris, enable the native nls */ ++#if defined(__sun__) && defined(__svr4__) ++#define ENABLE_NLS 1 ++#endif ++ + #ifndef GNOMELOCALEDIR + #define GNOMELOCALEDIR "/usr/share/locale" + #endif |