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_main.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_main.c')
-rw-r--r-- | net/tsclient/files/patch-src_main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/tsclient/files/patch-src_main.c b/net/tsclient/files/patch-src_main.c new file mode 100644 index 000000000000..c25d9e3ec7f9 --- /dev/null +++ b/net/tsclient/files/patch-src_main.c @@ -0,0 +1,10 @@ +--- 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 (); |