From 42e391b20606152e818bd118cb233c166827603a Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 21 May 2007 17:01:40 +0000 Subject: - Fix it to work with pidgin - Bump PORTREVISION Approved by: portmgr (linimon) --- net-im/pidgin-hotkeys/files/patch-src_hotkeys.c | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 net-im/pidgin-hotkeys/files/patch-src_hotkeys.c (limited to 'net-im/pidgin-hotkeys/files/patch-src_hotkeys.c') diff --git a/net-im/pidgin-hotkeys/files/patch-src_hotkeys.c b/net-im/pidgin-hotkeys/files/patch-src_hotkeys.c new file mode 100644 index 000000000000..0fdd4ab13578 --- /dev/null +++ b/net-im/pidgin-hotkeys/files/patch-src_hotkeys.c @@ -0,0 +1,34 @@ +--- ../gaim-hotkeys-0.2.2.orig/src/hotkeys.c Mon May 7 09:02:50 2007 ++++ src/hotkeys.c Mon May 7 09:20:48 2007 +@@ -22,15 +22,21 @@ + #include + + #define GAIM_PLUGINS +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include ++#include ++ ++#include ++#include ++#include ++#include ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include + + #ifdef GDK_WINDOWING_X11 + #include +diff -ruN ../gaim-hotkeys-0.2.2.orig/src/hotkeys.c ./src/hotkeys.c -- cgit v1.2.3