diff options
author | NAKAJI Hiroyuki <nakaji@kankyo-u.ac.jp> | 2022-09-22 17:44:11 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-09-24 18:37:35 +0200 |
commit | 8c6fdee92af393f5b153e015fcf9b370e0818587 (patch) | |
tree | 3ea33bdbd8535e77c8336a909b84fd74f5b30203 /net/tsclient/files/patch-src_connect.c | |
parent | net/sofia-sip: update to 1.13.9 (diff) |
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)
Diffstat (limited to 'net/tsclient/files/patch-src_connect.c')
-rw-r--r-- | net/tsclient/files/patch-src_connect.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/tsclient/files/patch-src_connect.c b/net/tsclient/files/patch-src_connect.c new file mode 100644 index 000000000000..29c517588d08 --- /dev/null +++ b/net/tsclient/files/patch-src_connect.c @@ -0,0 +1,10 @@ +--- 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; + + /*************************************** + * * |