summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'wm/fluxbox/patches/patch-aa')
-rw-r--r--wm/fluxbox/patches/patch-aa23
1 files changed, 11 insertions, 12 deletions
diff --git a/wm/fluxbox/patches/patch-aa b/wm/fluxbox/patches/patch-aa
index 6a71eff8757..b2dec0626b4 100644
--- a/wm/fluxbox/patches/patch-aa
+++ b/wm/fluxbox/patches/patch-aa
@@ -1,17 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/01/04 02:05:33 jmcneill Exp $
-
---- src/i18n.hh.orig Sat Dec 29 01:30:44 2001
-+++ src/i18n.hh Sat Dec 29 01:31:16 2001
-@@ -58,7 +58,12 @@
-
- inline const int &multibyte(void) const { return mb; }
-
+$NetBSD: patch-aa,v 1.2 2002/04/22 18:39:19 wiz Exp $
+--- src/i18n.hh.orig Sun Apr 21 12:36:45 2002
++++ src/i18n.hh Sun Apr 21 12:37:23 2002
+@@ -51,7 +51,12 @@
+ static I18n *instance();
+ inline const char *getLocale(void) const { return m_locale.c_str(); }
+ inline bool multibyte(void) const { return m_multibyte; }
+#ifndef __NetBSD__
-+ /*
++ /*
+ * Compilation dies here on NetBSD -- luckily, nothing uses this function
+ */
- inline const nl_catd &getCatalogFd(void) const { return catalog_fd; }
+ inline const nl_catd &getCatalogFd(void) const { return m_catalog_fd; }
+#endif // __NetBSD__
- const char *getMessage(int, int, const char * = 0);
- void openCatalog(const char *);
+ const char *getMessage(int set_number, int message_number, const char *default_messsage = 0);
+ void openCatalog(const char *);