summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'wm/fluxbox/patches/patch-bb')
-rw-r--r--wm/fluxbox/patches/patch-bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/wm/fluxbox/patches/patch-bb b/wm/fluxbox/patches/patch-bb
deleted file mode 100644
index 8aa49953846..00000000000
--- a/wm/fluxbox/patches/patch-bb
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-bb,v 1.1 2007/11/01 13:08:05 rillig Exp $
-
-Do not include files inside namespaces.
-
---- src/FbTk/Font.cc.orig 2007-03-19 20:57:07.000000000 +0100
-+++ src/FbTk/Font.cc 2007-10-30 16:53:50.021147000 +0100
-@@ -76,7 +76,7 @@ using std::string;
- using std::map;
- using std::list;
-
--namespace {
-+//namespace {
-
- #ifdef HAVE_SETLOCALE
- #include <locale.h>
-@@ -102,7 +102,7 @@ void resetEffects(FbTk::Font& font) {
- font.setShadowOffX(2);
- }
-
--}; // end nameless namespace
-+//}; // end nameless namespace
-
-
-