ports/net/tsclient/files/patch-src_connect.h
NAKAJI Hiroyuki 8c6fdee92a net/tsclient: Fix build
Remove BROKEN*: ld: error: duplicate symbol: gConnect

PR:		266543
Reported by:	nakaji@kankyo-u.ac.jp
Approved by:	ports@thepentagon.org (maintainer, timeout > 2 weeks)
2022-09-24 18:37:35 +02:00

11 lines
403 B
C

--- src/connect.h.orig 2007-03-27 02:34:26.000000000 +0900
+++ src/connect.h 2022-09-08 13:45:24.448781000 +0900
@@ -4,7 +4,7 @@
* *
***************************************/
-GtkWidget *gConnect; // used for global accessibility of main form! :-P
+// GtkWidget *gConnect; // used for global accessibility of main form! :-P
int create_frmConnect (void);