summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-05-20 17:55:18 +0000
committerFabian Groffen <grobian@gentoo.org>2011-05-20 17:55:18 +0000
commit9501c6bbb5a2b4de01f7ef7e72434bccce04e6d1 (patch)
treebc1904c426612978885389022b9d09c0045da69c /xfce-base/exo/exo-0.6.1.ebuild
parentAdd --disable-visibility on Darwin, bug #366857 (diff)
downloadgentoo-2-9501c6bbb5a2b4de01f7ef7e72434bccce04e6d1.tar.gz
gentoo-2-9501c6bbb5a2b4de01f7ef7e72434bccce04e6d1.tar.bz2
gentoo-2-9501c6bbb5a2b4de01f7ef7e72434bccce04e6d1.zip
Add --disable-visibility on Darwin, bug #366857
(Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'xfce-base/exo/exo-0.6.1.ebuild')
-rw-r--r--xfce-base/exo/exo-0.6.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/xfce-base/exo/exo-0.6.1.ebuild b/xfce-base/exo/exo-0.6.1.ebuild
index be425bf083ac..d02e9cbac10b 100644
--- a/xfce-base/exo/exo-0.6.1.ebuild
+++ b/xfce-base/exo/exo-0.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.1.ebuild,v 1.3 2011/05/19 22:01:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.1.ebuild,v 1.4 2011/05/20 17:55:18 grobian Exp $
EAPI=3
PYTHON_DEPEND="python? 2"
@@ -40,6 +40,7 @@ pkg_setup() {
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
+ [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
}