$OpenBSD: patch-src_wmapp_cc,v 1.9 2014/01/04 09:05:24 ajacoutot Exp $
--- src/wmapp.cc.orig	Sun Nov 17 17:54:39 2013
+++ src/wmapp.cc	Sat Jan  4 09:34:02 2014
@@ -338,7 +338,7 @@ static void initFontPath(IApp *app) {
             char ** fontPath(XGetFontPath(xapp->display(), &ndirs));
 
             char ** newFontPath = new char *[ndirs + 1];
-            newFontPath[ndirs] = fontsdir;
+            newFontPath[ndirs] = (char *)fontsdir;
 
             if (fontPath)
                 memcpy(newFontPath, fontPath, ndirs * sizeof (char *));
