freebsd-ports/net/tsclient/files/patch-src_connect.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
285 B
C

--- src/connect.c.orig 2007-04-12 03:15:35.000000000 +0900
+++ src/connect.c 2022-09-08 13:45:16.005967000 +0900
@@ -27,6 +27,7 @@
#include "connect.h"
#include "mrulist.h"
+GtkWidget *gConnect;
/***************************************
* *