Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2021 16:10:40 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3ce250411435 - main - devel/smooth: try to fix the build against GLib 2.68.3.
Message-ID:  <202108181610.17IGAeQo093237@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ce250411435a87f521197a1d825ebd5873007ed

commit 3ce250411435a87f521197a1d825ebd5873007ed
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-08-18 16:09:34 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-08-18 16:09:41 +0000

    devel/smooth: try to fix the build against GLib 2.68.3.
    
    PR:     256200
---
 ...atch-classes_graphics_backends_cairo_fontcairo.cpp | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/devel/smooth/files/patch-classes_graphics_backends_cairo_fontcairo.cpp b/devel/smooth/files/patch-classes_graphics_backends_cairo_fontcairo.cpp
new file mode 100644
index 000000000000..986cc6a99f84
--- /dev/null
+++ b/devel/smooth/files/patch-classes_graphics_backends_cairo_fontcairo.cpp
@@ -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>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108181610.17IGAeQo093237>