freebsd-ports/net/tsclient/files/patch-src_main.c
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

10 lines
269 B
C

--- src/main.c.orig 2007-04-12 03:21:51.000000000 +0900
+++ src/main.c 2022-09-08 13:45:37.689308000 +0900
@@ -17,6 +17,7 @@
#include "support.h"
#include "connect.h"
+extern GtkWidget *gConnect;
static void tsc_print_help ();
static void tsc_print_version ();