openbsd-ports/x11/wxWidgets/patches/patch-src_unix_fontutil_cpp
dcoppa 571909623f Update to wxWidgets-2.8.11
Successfully tested in a bulk build by landry@

OK steven@, landry@
2010-11-02 13:10:51 +00:00

12 lines
371 B
Plaintext

$OpenBSD: patch-src_unix_fontutil_cpp,v 1.1 2010/11/02 13:10:52 dcoppa Exp $
--- src/unix/fontutil.cpp.orig Wed Oct 27 13:30:36 2010
+++ src/unix/fontutil.cpp Wed Oct 27 13:31:00 2010
@@ -51,6 +51,7 @@
#else
#include "wx/x11/private.h"
#include "wx/gtk/private/string.h"
+ #include "wx/app.h"
#define wxPANGO_CONV(s) (wxConvUTF8.cWX2MB((s)))
#endif