diff options
Diffstat (limited to 'xfce-base/xfconf')
-rw-r--r-- | xfce-base/xfconf/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfconf/xfconf-4.8.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/xfce-base/xfconf/ChangeLog b/xfce-base/xfconf/ChangeLog index 60b177157578..fbdc2c31bc32 100644 --- a/xfce-base/xfconf/ChangeLog +++ b/xfce-base/xfconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfconf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.50 2011/02/14 19:13:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.51 2011/05/20 17:47:26 grobian Exp $ + + 20 May 2011; Fabian Groffen <grobian@gentoo.org> xfconf-4.8.0.ebuild: + Add --disable-visibility on Darwin, bug #366857 14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> xfconf-4.8.0.ebuild: alpha/ia64/sh/sparc stable wrt #349053 diff --git a/xfce-base/xfconf/xfconf-4.8.0.ebuild b/xfce-base/xfconf/xfconf-4.8.0.ebuild index 8d91a098242a..b6aa311ce817 100644 --- a/xfce-base/xfconf/xfconf-4.8.0.ebuild +++ b/xfce-base/xfconf/xfconf-4.8.0.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/xfconf/xfconf-4.8.0.ebuild,v 1.7 2011/05/19 22:09:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.0.ebuild,v 1.8 2011/05/20 17:47:26 grobian Exp $ EAPI=4 inherit xfconf @@ -36,6 +36,7 @@ pkg_setup() { --with-perl-options=INSTALLDIRS=vendor --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) + [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857 DOCS=( AUTHORS ChangeLog NEWS TODO ) } |