summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-11-06 17:30:01 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-11-06 17:30:01 +0000
commit26ee81511bc3057f4acbcce31cd3a20e96744285 (patch)
treee89c506020c4c5d5170bbc09a211f07dc562edf5 /x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild
parentFinally stable on ppc, bug #69825. (diff)
downloadhistorical-26ee81511bc3057f4acbcce31cd3a20e96744285.tar.gz
historical-26ee81511bc3057f4acbcce31cd3a20e96744285.tar.bz2
historical-26ee81511bc3057f4acbcce31cd3a20e96744285.zip
Added filter-flags -invisibility-inlines-hidden bug# 68500
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild')
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild
index 009ba75c183d..2aa4ff0d70c6 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild,v 1.2 2004/08/19 02:16:32 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild,v 1.3 2004/11/06 17:30:01 pythonhead Exp $
-inherit eutils
+inherit flag-o-matic eutils
DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit."
HOMEPAGE="http://www.wxwidgets.org/"
@@ -61,7 +61,7 @@ pkg_setup() {
src_compile() {
local myconf
export LANG='C'
-
+ filter-flags -fvisibility-inlines-hidden
myconf="${myconf} `use_with opengl`"
myconf="${myconf} --with-gtk"
myconf="${myconf} `use_enable debug`"