diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-15 08:18:30 +0800 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-15 08:18:30 +0800 |
commit | fd699757809ac88eee451787449f49844ceabe80 (patch) | |
tree | 3bce0643918e413757cbf94e36967cbc36235460 /irc/kvirc/files | |
parent | e818dcc24e856500f955dea79133789762232778 (diff) | |
download | freebsd-ports-gnome-fd699757809ac88eee451787449f49844ceabe80.tar.gz freebsd-ports-gnome-fd699757809ac88eee451787449f49844ceabe80.tar.zst freebsd-ports-gnome-fd699757809ac88eee451787449f49844ceabe80.zip |
Minor changes:
1) Move kvirc to use Qt 2.1. Patch added assists with this.
2) Add support for multi-byte people, through SS_X_EXTRA_LIBS=-lxpg4.
Submitted by: imura (#2)
Reported by: Vladimir B. Grebenschikov <vova@express.ru>
Diffstat (limited to 'irc/kvirc/files')
-rw-r--r-- | irc/kvirc/files/patch-al | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/kvirc/files/patch-al b/irc/kvirc/files/patch-al new file mode 100644 index 000000000000..be333f94bb7e --- /dev/null +++ b/irc/kvirc/files/patch-al @@ -0,0 +1,10 @@ +--- src/kvirc/kvi_systray.h Mon Dec 20 10:28:58 1999 ++++ src/kvirc/kvi_systray.h Sat Apr 15 03:16:04 2000 +@@ -27,6 +27,7 @@ + + #include <qwidget.h> + #include <qpixmap.h> ++#include <qlist.h> + + //#warning "Check <time.h> localtime() gmtime() time() in configure" + #include <time.h> |