pkgsrc/databases/mysql-workbench/patches/patch-library_canvas_src_stdafx_h
2012-09-15 05:14:07 +00:00

15 lines
325 B
Text

$NetBSD: patch-library_canvas_src_stdafx_h,v 1.3 2012/09/15 05:14:07 obache Exp $
Fix build with latest glib2.
--- library/canvas/src/stdafx.h~ 2011-03-17 12:48:45.000000000 +0000
+++ library/canvas/src/stdafx.h
@@ -53,7 +53,7 @@
#include <gl/glu.h>
-#include <glib/gthread.h>
+#include <glib.h>
#endif // _WIN32