Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacity/files: audacity-1.3.8-gsocket-conflict.patch
Date: Thu, 06 Aug 2009 05:09:40
Message-Id: E1MYvEQ-0005Yc-HX@stork.gentoo.org
1 dirtyepic 09/08/06 05:09:38
2
3 Added: audacity-1.3.8-gsocket-conflict.patch
4 Log:
5 Add patch from Fedora to fix building with developmental glib/wxGTK
6 GSocket conflict. No revision bump as this is only a build fix.
7 Thanks to insanity5902@×××××.com for tracking down this patch in bug
8 #278778.
9 (Portage version: 2.2_rc35/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.1 media-sound/audacity/files/audacity-1.3.8-gsocket-conflict.patch
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/files/audacity-1.3.8-gsocket-conflict.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/files/audacity-1.3.8-gsocket-conflict.patch?rev=1.1&content-type=text/plain
16
17 Index: audacity-1.3.8-gsocket-conflict.patch
18 ===================================================================
19 --- audacity-src-1.3.8-orig/src/AudacityApp.cpp
20 +++ audacity-src-1.3.8/src/AudacityApp.cpp
21 @@ -331,7 +331,9 @@
22 ///////////////////////////////////////////////////////////////////////////////
23
24 #include <dlfcn.h>
25 -#include <gtk/gtk.h>
26 +/*#include <gtk/gtk.h>*/
27 +#include <glib/gtypes.h>
28 +#include <glib-object.h>
29
30 typedef struct _GnomeProgram GnomeProgram;
31 typedef struct _GnomeModuleInfo GnomeModuleInfo;