View | Details | Raw Unified | Return to bug 266543
Collapse All | Expand All

(-)./net/tsclient/Makefile (-3 lines)
Lines 8-16 Link Here
8
COMMENT=	GNOME 2 frontend for rdesktop and vncviewer
8
COMMENT=	GNOME 2 frontend for rdesktop and vncviewer
9
WWW=		https://sourceforge.net/projects/tsclient/
9
WWW=		https://sourceforge.net/projects/tsclient/
10
10
11
BROKEN_FreeBSD_13=	ld: error: duplicate symbol: gConnect
12
BROKEN_FreeBSD_14=	ld: error: duplicate symbol: gConnect
13
14
RUN_DEPENDS=	rdesktop:net/rdesktop
11
RUN_DEPENDS=	rdesktop:net/rdesktop
15
12
16
USES=		gettext gmake gnome libtool pathfix pkgconfig
13
USES=		gettext gmake gnome libtool pathfix pkgconfig
(-)./net/tsclient/files/patch-src_connect.c (+10 lines)
Line 0 Link Here
1
--- src/connect.c.orig	2007-04-12 03:15:35.000000000 +0900
2
+++ src/connect.c	2022-09-08 13:45:16.005967000 +0900
3
@@ -27,6 +27,7 @@
4
 #include "connect.h"
5
 #include "mrulist.h"
6
 
7
+GtkWidget *gConnect;
8
 
9
 /***************************************
10
 *                                      *
(-)./net/tsclient/files/patch-src_connect.h (+11 lines)
Line 0 Link Here
1
--- src/connect.h.orig	2007-03-27 02:34:26.000000000 +0900
2
+++ src/connect.h	2022-09-08 13:45:24.448781000 +0900
3
@@ -4,7 +4,7 @@
4
 *                                      *
5
 ***************************************/
6
 
7
-GtkWidget *gConnect;  // used for global accessibility of main form!  :-P
8
+// GtkWidget *gConnect;  // used for global accessibility of main form!  :-P
9
 
10
 int create_frmConnect (void);
11
 
(-)./net/tsclient/files/patch-src_main.c (+10 lines)
Line 0 Link Here
1
--- src/main.c.orig	2007-04-12 03:21:51.000000000 +0900
2
+++ src/main.c	2022-09-08 13:45:37.689308000 +0900
3
@@ -17,6 +17,7 @@
4
 #include "support.h"
5
 #include "connect.h"
6
 
7
+extern GtkWidget *gConnect;
8
 
9
 static void tsc_print_help ();
10
 static void tsc_print_version ();

Return to bug 266543