diff options
author | tonio <tonio> | 2005-09-27 12:49:04 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-09-27 12:49:04 +0000 |
commit | 6b98cdba43c5558c5c39afc0e0740da3b4039806 (patch) | |
tree | 6d23a112fa0dace6e5352b1f7b8556c8b854e02b /wm/fluxbox/patches/patch-af | |
parent | 5fe36b72bb3fdc2dc75b63cf28a22597fed17aee (diff) | |
download | pkgsrc-6b98cdba43c5558c5c39afc0e0740da3b4039806.tar.gz |
Update wm/fluxbox to 0.9.14
Update maintainer
remove dependancy over bsetroot, fluxbox now provides fbsetroot (and this one
builds with gcc4)
approved by jmcneill@ and wiz@
Diffstat (limited to 'wm/fluxbox/patches/patch-af')
-rw-r--r-- | wm/fluxbox/patches/patch-af | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/fluxbox/patches/patch-af b/wm/fluxbox/patches/patch-af index a69fbf4e35f..82a64533468 100644 --- a/wm/fluxbox/patches/patch-af +++ b/wm/fluxbox/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.2 2004/09/02 21:56:32 xtraeme Exp $ +$NetBSD: patch-af,v 1.3 2005/09/27 12:49:04 tonio Exp $ ---- src/FbTk/I18n.cc.orig 2004-09-02 23:21:32.000000000 +0200 -+++ src/FbTk/I18n.cc 2004-09-02 23:22:28.000000000 +0200 -@@ -77,7 +77,9 @@ +--- src/FbTk/I18n.cc.orig 2005-05-18 10:31:05.000000000 +0200 ++++ src/FbTk/I18n.cc +@@ -74,7 +74,9 @@ void NLSInit(const char *catalog) { I18n::I18n():m_multibyte(false), m_catalog_fd((nl_catd)(-1)) { #ifdef HAVE_SETLOCALE //make sure we don't get 0 to m_locale string |