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:
parent
088790d631
commit
b026a4dc93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546971
11
net/vinagre/files/patch-plugins_vnc_vinagre-vnc-connection.c
Normal file
11
net/vinagre/files/patch-plugins_vnc_vinagre-vnc-connection.c
Normal 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;
|
11
net/vinagre/files/patch-plugins_vnc_vinagre-vnc-connection.h
Normal file
11
net/vinagre/files/patch-plugins_vnc_vinagre-vnc-connection.h
Normal 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))
|
Loading…
Reference in New Issue
Block a user