summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2008-07-28 21:43:11 +0000
committerRyan Hill <dirtyepic@gentoo.org>2008-07-28 21:43:11 +0000
commit8f4120db7b1dcc96a342532e933cf4040bee2d8f (patch)
treea459e7826187cfaf11460fc6662772e128dfa8bb /dev-python/wxpython/ChangeLog
parent QA: Get rid of deprecated qt_min_version(). Please fix your ebuilds to suppo... (diff)
downloadgentoo-2-8f4120db7b1dcc96a342532e933cf4040bee2d8f.tar.gz
gentoo-2-8f4120db7b1dcc96a342532e933cf4040bee2d8f.tar.bz2
gentoo-2-8f4120db7b1dcc96a342532e933cf4040bee2d8f.zip
Work around aliasing bug in GCC 4.1 by building with -fno-strict-aliasing.
Manifested as 'TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for item' errors in various apps. Bug #233154, reported by Henrik Sankala. (Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-python/wxpython/ChangeLog')
-rw-r--r--dev-python/wxpython/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog
index 5b7a89014c84..739bd5d2ae04 100644
--- a/dev-python/wxpython/ChangeLog
+++ b/dev-python/wxpython/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-python/wxpython
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.89 2008/07/25 02:44:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.90 2008/07/28 21:43:11 dirtyepic Exp $
+
+ 28 Jul 2008; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0.ebuild,
+ wxpython-2.6.4.0-r1.ebuild, wxpython-2.8.7.1.ebuild,
+ wxpython-2.8.8.1.ebuild:
+ Work around aliasing bug in GCC 4.1 by building with -fno-strict-aliasing.
+ Manifested as 'TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected
+ for item' errors in various apps.
+
+ Bug #233154, reported by Henrik Sankala.
*wxpython-2.8.8.1 (25 Jul 2008)