mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
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)
11 lines
403 B
C
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);
|
|
|