summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-10-22 17:24:29 +0000
committerMichał Górny <mgorny@gentoo.org>2010-10-22 17:24:29 +0000
commitb3601a763aabaa050dbcbe4247fce936672eeb43 (patch)
tree065e2fd5971dcdc72a6b6202dae2937c157d7ef0 /net-im/ekg2/files
parentRevision bump for new genpatches. (diff)
downloadgentoo-2-b3601a763aabaa050dbcbe4247fce936672eeb43.tar.gz
gentoo-2-b3601a763aabaa050dbcbe4247fce936672eeb43.tar.bz2
gentoo-2-b3601a763aabaa050dbcbe4247fce936672eeb43.zip
Removed USE=gtk as the GTK+ plugin is known not to work with any GTK+-2 version in gx86. Added a patch to fix building with USE="oss static".
(Portage version: 2.2_rc98_p5/cvs/Linux x86_64)
Diffstat (limited to 'net-im/ekg2/files')
-rw-r--r--net-im/ekg2/files/0001-Drop-duplicate-config_audio_device-declaration-it-wa.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/net-im/ekg2/files/0001-Drop-duplicate-config_audio_device-declaration-it-wa.patch b/net-im/ekg2/files/0001-Drop-duplicate-config_audio_device-declaration-it-wa.patch
new file mode 100644
index 000000000000..d2183ea3b0cd
--- /dev/null
+++ b/net-im/ekg2/files/0001-Drop-duplicate-config_audio_device-declaration-it-wa.patch
@@ -0,0 +1,37 @@
+From e748db6357c9d6730a4a20c6783d3d0fe19ef133 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
+Date: Fri, 22 Oct 2010 19:08:06 +0200
+Subject: [PATCH] Drop duplicate config_audio_device declaration, it was moved to the OSS plugin.
+
+---
+ trunk/ekg/stuff.c | 1 -
+ trunk/ekg/stuff.h | 1 -
+ 2 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/trunk/ekg/stuff.c b/trunk/ekg/stuff.c
+index f4be1bd..12f3490 100644
+--- a/trunk/ekg/stuff.c
++++ b/trunk/ekg/stuff.c
+@@ -170,7 +170,6 @@ int config_display_sent = 1;
+ int config_send_white_lines = 0;
+ int config_sort_windows = 1;
+ int config_keep_reason = 1;
+-char *config_audio_device = NULL;
+ char *config_speech_app = NULL;
+ int config_time_deviation = 300;
+ int config_mesg = MESG_DEFAULT;
+diff --git a/trunk/ekg/stuff.h b/trunk/ekg/stuff.h
+index 08680a9..45683a4 100644
+--- a/trunk/ekg/stuff.h
++++ b/trunk/ekg/stuff.h
+@@ -169,7 +169,6 @@ extern int no_mouse;
+ extern int old_stderr;
+ extern int mesg_startup;
+
+-extern char *config_audio_device;
+ extern char *config_away_reason;
+ extern int config_auto_save;
+ extern int config_auto_user_add;
+--
+1.7.3.2
+