summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-05-20 17:44:35 +0000
committerFabian Groffen <grobian@gentoo.org>2011-05-20 17:44:35 +0000
commit68234f774c794d3044fc4f05b07625a18fc86567 (patch)
tree9f9ee925cfc7612cb5b0aaceff3e62ea90a1e073 /xfce-base/libxfce4util
parentDrop comments about broken *-macos support, since that works for a while (diff)
downloadgentoo-2-68234f774c794d3044fc4f05b07625a18fc86567.tar.gz
gentoo-2-68234f774c794d3044fc4f05b07625a18fc86567.tar.bz2
gentoo-2-68234f774c794d3044fc4f05b07625a18fc86567.zip
Add --disable-visibility on Darwin, bug #366857
(Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r--xfce-base/libxfce4util/ChangeLog5
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog
index 47b7b735703b..847f085b5805 100644
--- a/xfce-base/libxfce4util/ChangeLog
+++ b/xfce-base/libxfce4util/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.159 2011/02/14 19:09:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.160 2011/05/20 17:44:35 grobian Exp $
+
+ 20 May 2011; Fabian Groffen <grobian@gentoo.org> libxfce4util-4.8.1.ebuild:
+ Add --disable-visibility on Darwin, bug #366857
14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
libxfce4util-4.8.1.ebuild:
diff --git a/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild
index ba944ff1951b..bbe3035c1a30 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.8.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/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.6 2011/05/19 22:04:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.7 2011/05/20 17:44:35 grobian Exp $
EAPI=4
inherit xfconf
@@ -26,6 +26,7 @@ pkg_setup() {
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
+ [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
}