Bug 150383 - wxGTK-2.4.2-r4 fails to compile with freetype-2.2
Bug#: 150383 Product:  Gentoo Linux Version: 2006.1 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: wxwidgets@gentoo.org Reported By: kde-package@gmx.de
Component: Ebuilds
URL: 
Summary: wxGTK-2.4.2-r4 fails to compile with freetype-2.2
Keywords:  
Status Whiteboard: 
Opened: 2006-10-07 07:38 0000
Description:   Opened: 2006-10-07 07:38 0000
wxGTK-2.4.2 uses freetype internals. I have attached patches for ebuild and
source code to correct this problem.

------- Comment #1 From Rene Gass 2006-10-07 07:39:49 0000 -------
Created an attachment (id=99046) [details]
patch for ebuild

------- Comment #2 From Rene Gass 2006-10-07 07:42:35 0000 -------
Created an attachment (id=99047) [details]
patch for source code

------- Comment #3 From Rene Gass 2006-10-07 07:52:00 0000 -------
Well, "internals" was wrong. It's some kind of API change in freetype 2.2.1 or
so. Anyway, it compiles with this patch. Another approach to the problem can be
found here:

http://mail-index.netbsd.org/pkgsrc-bugs/2006/06/05/0005.html

------- Comment #4 From Mart Raudsepp 2006-10-07 07:53:03 0000 -------
Is wxGTK-2.6 affected, as 2.4 is being phased out and no fixes are planned for
it?

------- Comment #5 From Rene Gass 2006-10-07 08:37:46 0000 -------
No, 2.6 compiles fine. Also I don't seem to have any package left on my system
that requires wxGTK-2.4.

------- Comment #6 From Aron Griffis (RETIRED) 2006-10-14 20:49:43 0000 -------
Mart, I applied this patch conditionally on freetype version in
wxGTK-2.4.2-r4.ebuild (no need to revbump) because wxperl depends on wxGTK-2.4
even though they don't realize it yet.

Thanks for the patch, Rene