summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-12-06 02:13:33 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-12-06 02:13:33 +0000
commitdc9718578ed3f0fb00760dbd3896222ad038bc29 (patch)
treee0f5da392329165e7321e63552d8b16bd7d87f06 /x11-libs/wxGTK
parentAdd CGI use flag for Git. (diff)
downloadgentoo-2-dc9718578ed3f0fb00760dbd3896222ad038bc29.tar.gz
gentoo-2-dc9718578ed3f0fb00760dbd3896222ad038bc29.tar.bz2
gentoo-2-dc9718578ed3f0fb00760dbd3896222ad038bc29.zip
Backport precompiled header option from later ebuilds for hardened. Bug
#201250. (Portage version: 2.1.4_rc7)
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r--x11-libs/wxGTK/ChangeLog6
-rw-r--r--x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index eb519ab111b1..dc742f9d7e5c 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.167 2007/12/04 18:42:40 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.168 2007/12/06 02:13:33 dirtyepic Exp $
+
+ 06 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0-r1.ebuild:
+ Backport precompiled header option from later ebuilds for hardened. Bug
+ #201250.
04 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.8.7.1.ebuild:
Fix docs installation. Reported by eldenz.
diff --git a/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild
index 0803dd647b78..fc2d20961a41 100644
--- a/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.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-r1.ebuild,v 1.8 2007/11/04 14:33:50 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v 1.9 2007/12/06 02:13:33 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 joystick odbc opengl sdl unicode"
+IUSE="X doc debug gnome joystick odbc opengl pch sdl unicode"
RDEPEND="
dev-libs/expat
@@ -87,6 +87,7 @@ src_compile() {
--with-regex=builtin
--with-zlib=sys
--with-expat
+ $(use_enable pch precomp-headers)
$(use_enable joystick)
$(use_with sdl)
$(use_with odbc)"