$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
 
 
 
