diff options
author | steve <steve@FreeBSD.org> | 2000-02-27 22:57:58 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-27 22:57:58 +0000 |
commit | 9d24a1fe7d97e3af0e18026c9dd3985faa4e9023 (patch) | |
tree | 2700249e2288b038a2a9571b6a6e844acba8d08e /net | |
parent | 770c3609ec611c8fdb8769099f6cd7914d570f6b (diff) | |
download | FreeBSD-ports-9d24a1fe7d97e3af0e18026c9dd3985faa4e9023.zip FreeBSD-ports-9d24a1fe7d97e3af0e18026c9dd3985faa4e9023.tar.gz |
Get this to build on -current.
Diffstat (limited to 'net')
-rw-r--r-- | net/icqnix/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/icqnix/files/patch-aa b/net/icqnix/files/patch-aa new file mode 100644 index 0000000..3512a8d --- /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; |