wxGTK-2.6.1.ebuild does not include the latest bugfixes Reproducible: Always Steps to Reproduce: --- wxGTK-2.6.1.ebuild 2005-08-31 10:41:20.292406496 +1200 +++ wxGTK-2.6.1-r1.ebuild 2005-08-31 09:58:57.609952984 +1200 @@ -6,7 +6,9 @@ DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit and wxbase non-gui library" - +SRC_URI=" + mirror://sourceforge/wxwindows/wxWidgets-${PV}.tar.bz2 + ftp://biolpc22.york.ac.uk/pub/${PV}/wxWidgets-${PV}-Patch01.zip" SLOT="2.6" KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~amd64 ~ia64 ~hppa ~ppc64" IUSE="gnome gtk2 joystick odbc opengl sdl wxgtk1" @@ -27,6 +29,12 @@ gtk2? ( dev-util/pkgconfig )" S=${WORKDIR}/wxWidgets-${PV} +src_unpack() { + unpack ${A} + cd ${S} + unzip -o ${DISTDIR}/wxWidgets-${PV}-Patch01.zip +} + pkg_setup() { einfo "To install only wxbase (non-gui libs) use -gtk2 -wxgtk1" if use unicode; then
This patch that you have instructed to download in SRC_URI is a patch meant for the Windows port of wxWidgets, wxMSW, as said on http://wxwidgets.org/patch.htm#patches261 and not for wxGTK.
Patch is only for Windows.