summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-11-24 16:14:18 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-11-24 16:14:18 +0000
commit8ab0ff4d170da88881de2ffa74cc245334c1d7ef (patch)
treeae1c26d2a996eadd499473b9b6ca261e3ce560bf /x11-libs
parentDropped ppc-macos keyword (diff)
downloadgentoo-2-8ab0ff4d170da88881de2ffa74cc245334c1d7ef.tar.gz
gentoo-2-8ab0ff4d170da88881de2ffa74cc245334c1d7ef.tar.bz2
gentoo-2-8ab0ff4d170da88881de2ffa74cc245334c1d7ef.zip
Make --disable-precomp-headers the default since it also cuts 1/3 off the
build time. (Portage version: 2.1.4_rc2)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/wxGTK/ChangeLog6
-rw-r--r--x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index deb7bb2e4161..4d94face0603 100644
--- a/x11-libs/wxGTK/ChangeLog
+++ b/x11-libs/wxGTK/ChangeLog
@@ -1,6 +1,10 @@
# 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.161 2007/11/24 14:35:05 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.162 2007/11/24 16:14:18 dirtyepic Exp $
+
+ 24 Nov 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0-r2.ebuild:
+ Make --disable-precomp-headers the default since it also cuts 1/3 off the
+ build time.
24 Nov 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0-r2.ebuild:
Add pch USE flag to control precompiled header support as suggested by
diff --git a/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild b/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild
index 9c7abfe9c9f0..51014de10e3c 100644
--- a/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.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.6.4.0-r2.ebuild,v 1.2 2007/11/24 14:35:05 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild,v 1.3 2007/11/24 16:14:18 dirtyepic Exp $
inherit eutils versionator flag-o-matic
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxwindows/wxWidgets-${BASE_PV}-HTML.tar.gz )"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="X doc debug gnome odbc opengl pch sdl unicode"
+IUSE="X doc debug gnome odbc opengl sdl unicode"
RDEPEND="
dev-libs/expat
@@ -82,13 +82,11 @@ src_compile() {
# X independent options
myconf="--enable-shared
- --disable-optimise
- --disable-rpath
--enable-compat24
--with-regex=builtin
--with-zlib=sys
--with-expat
- $(use_enable pch precomp-headers)
+ --disable-precomp-headers
$(use_with sdl)
$(use_with odbc)"