From ae98516feb2f9afd1b96d1023e7b9942ff500de3 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 27 Feb 2000 22:57:58 +0000 Subject: Get this to build on -current. --- net/icqnix/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/icqnix/files/patch-aa (limited to 'net') diff --git a/net/icqnix/files/patch-aa b/net/icqnix/files/patch-aa new file mode 100644 index 000000000000..3512a8dc1d8d --- /dev/null +++ b/net/icqnix/files/patch-aa @@ -0,0 +1,11 @@ +--- src/icqfunctions.h.orig Sun Feb 27 15:34:39 2000 ++++ src/icqfunctions.h Sun Feb 27 15:36:57 2000 +@@ -46,7 +46,7 @@ + virtual ~ICQFunctions(void); + void setup(ICQUser *s, int index, bool isAutoClose); + char *tabLabel[4]; +- const int TAB_READ = 0, TAB_SEND = 1, TAB_USERINFO = 2, TAB_HISTORY = 3; ++ static const int TAB_READ = 0, TAB_SEND = 1, TAB_USERINFO = 2, TAB_HISTORY = 3; + int currentTab; + ICQUser *theUser; + ICQ *server; -- cgit v1.2.3