1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Get this to build on -current.

This commit is contained in:
Steve Price 2000-02-27 22:57:58 +00:00
parent 735acbbd0f
commit ae98516feb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26383

11
net/icqnix/files/patch-aa Normal file
View File

@ -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;