diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-05-18 21:49:31 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-05-18 21:49:31 +0000 |
commit | 7e7e7d624625dfeb2fdc497a2e188eb11c832e7b (patch) | |
tree | 096e7c73e50ca4098e8e9dd3416169d4e4d05d77 /chat/konversation/patches | |
parent | d6039b90dad804f01442fd384ccf793afb0e269a (diff) | |
download | pkgsrc-7e7e7d624625dfeb2fdc497a2e188eb11c832e7b.tar.gz |
Konversation is a graphical Internet Relay Chat client (IRC).
Features
* Standard IRC features
* SSL server support
* Bookmarking support
* Easy to use graphical user interface
* Multiple servers and channels in one single window
* DCC file transfer
* Multiple identities for different servers
* Text decorations and colors
* OnScreen Display for notifications
* Automatic UTF-8 detection
* Per channel encoding support
* Theme support for nick icons
* Highly configurable
Diffstat (limited to 'chat/konversation/patches')
-rw-r--r-- | chat/konversation/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/konversation/patches/patch-aa b/chat/konversation/patches/patch-aa new file mode 100644 index 00000000000..eff5170fa82 --- /dev/null +++ b/chat/konversation/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/05/18 21:49:31 adrianp Exp $ + +--- configure.orig 2006-01-30 08:48:56.000000000 +0000 ++++ configure +@@ -30948,7 +30948,7 @@ if test "$ac_use_path_checking" = "defau + kde_datadir='\${datadir}/apps' + fi + if test -z "$kde_locale"; then +- kde_locale='\${datadir}/locale' ++ kde_locale='\${prefix}/share/locale' + fi + if test -z "$kde_cgidir"; then + kde_cgidir='\${exec_prefix}/cgi-bin' |