diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-12-15 00:40:08 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-12-15 00:40:08 +0000 |
commit | 3436773b71cad1159b12bbdb18ef8f61099edede (patch) | |
tree | 2b1c78d8c3f7f93ab8858388285cf22161cc9acc /x11-libs | |
parent | Stable on x86 (bug #202239) (diff) | |
download | gentoo-2-3436773b71cad1159b12bbdb18ef8f61099edede.tar.gz gentoo-2-3436773b71cad1159b12bbdb18ef8f61099edede.tar.bz2 gentoo-2-3436773b71cad1159b12bbdb18ef8f61099edede.zip |
Pass --enable-graphics_ctx to configure for wxWebKit/Editra/leio.
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index c4d1d2e2eae3..358978d95a45 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/wxGTK # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.170 2007/12/13 04:04:04 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.171 2007/12/15 00:40:08 dirtyepic Exp $ + + 15 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.8.7.1.ebuild: + Pass --enable-graphics_ctx to configure for wxWebKit/Editra/leio. 13 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0-r2.ebuild, wxGTK-2.8.7.1.ebuild: diff --git a/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild b/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild index d31af9fdf54d..baeee3a330d6 100644 --- a/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild,v 1.4 2007/12/13 04:04:04 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.7.1.ebuild,v 1.5 2007/12/15 00:40:08 dirtyepic Exp $ inherit eutils versionator flag-o-matic @@ -91,6 +91,7 @@ src_compile() { # wxGTK options use X && \ myconf="${myconf} + --enable-graphics_ctx --enable-gui --with-libpng --with-libxpm |