$NetBSD: patch-aa,v 1.1 2004/09/24 19:06:39 reed Exp $

--- ./src/FbTk/Font.cc.orig	Mon Sep 20 03:45:01 2004
+++ ./src/FbTk/Font.cc
@@ -230,7 +230,9 @@ bool Font::m_utf8mode = false;
 
 // some initialisation for using fonts
 void fontInit() {
+#ifdef HAVE_SETLOCALE
     setlocale(LC_CTYPE, "");
+#endif //HAVE_SETLOCALE
 }
 
 Font::Font(const char *name, bool antialias):
