1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

net/vinagre: fix build on current

Obtained from:	https://gitlab.gnome.org/GNOME/vinagre/-/merge_requests/8/diffs
This commit is contained in:
Tobias C. Berner 2020-08-30 07:01:51 +00:00
parent 088790d631
commit b026a4dc93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546971
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- plugins/vnc/vinagre-vnc-connection.c.orig 2020-08-30 07:00:18 UTC
+++ plugins/vnc/vinagre-vnc-connection.c
@@ -27,6 +27,8 @@
#include "vinagre-vnc-connection.h"
#include "vinagre-vala.h"
+gboolean scaling_command_line;
+
struct _VinagreVncConnectionPrivate
{
gchar *desktop_name;

View File

@ -0,0 +1,11 @@
--- plugins/vnc/vinagre-vnc-connection.h.orig 2020-08-30 07:00:18 UTC
+++ plugins/vnc/vinagre-vnc-connection.h
@@ -26,7 +26,7 @@
G_BEGIN_DECLS
-gboolean scaling_command_line;
+extern gboolean scaling_command_line;
#define VINAGRE_TYPE_VNC_CONNECTION (vinagre_vnc_connection_get_type ())
#define VINAGRE_VNC_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VINAGRE_TYPE_VNC_CONNECTION, VinagreVncConnection))