1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

devel/smooth: try to fix the build against GLib 2.68.3.

PR:	256200
This commit is contained in:
Alexey Dokuchaev 2021-08-18 16:09:34 +00:00
parent 8edf3dd02e
commit 3ce2504114

View File

@ -0,0 +1,19 @@
--- classes/graphics/backends/cairo/fontcairo.cpp.orig 2021-06-22 22:10:12 UTC
+++ classes/graphics/backends/cairo/fontcairo.cpp
@@ -8,6 +8,8 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */
+#include <pango/pangocairo.h>
+
#include <smooth/graphics/backends/cairo/fontcairo.h>
#include <smooth/graphics/surface.h>
#include <smooth/files/file.h>
@@ -17,7 +19,6 @@
using namespace X11;
#include <cairo/cairo-xlib.h>
-#include <pango/pangocairo.h>
#include <smooth/backends/xlib/backendxlib.h>