summaryrefslogtreecommitdiff
path: root/chat/gaim/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-22 08:57:21 +0000
committerjlam <jlam@pkgsrc.org>2001-09-22 08:57:21 +0000
commitaa883a944f31c615216cce7d5dae20c195c022d3 (patch)
tree6a54b4d55004a4025a2ae392592f518141d93152 /chat/gaim/patches
parent2148f981b191397536ff2338b6111083612ac655 (diff)
downloadpkgsrc-aa883a944f31c615216cce7d5dae20c195c022d3.tar.gz
Update gaim to 0.44. Relevant changes from version 0.11.0-pre11 include:
* Bug fixes! * Update and additions to translations. * Improved look of GUI. * Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so) * New plugin events: event_im_displayed_sent and event_im_displayed_rcvd. Use these to change messages after they're displayed (e.g. encrypt sent messages, or send auto-responses and have them display locally properly) * Can specify hosts/ports for Yahoo * Can view/set chat topic in Jabber * Can view/set chat topic in IRC * Improved Jabber chat support (it whispers now, too) * Zephyr can do Subscriptions now * MSN can now change your 'friendly name' * More IRC improvements [colors, etc] * Can turn on/off Yahoo! Mail announcements
Diffstat (limited to 'chat/gaim/patches')
-rw-r--r--chat/gaim/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa
new file mode 100644
index 00000000000..d7f56f78d86
--- /dev/null
+++ b/chat/gaim/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2001/09/22 08:57:21 jlam Exp $
+
+--- configure.orig Thu Sep 20 14:07:04 2001
++++ configure
+@@ -9514,8 +9514,6 @@
+ fi
+ done
+
+-CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include -I\$(top_srcdir)"
+-
+ # Check whether --enable-distrib or --disable-distrib was given.
+ if test "${enable_distrib+set}" = set; then
+ enableval="$enable_distrib"