commit: 503f562bb3fe77facaca9c0868896d5c76d3ce7c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 14:57:59 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 14:59:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503f562b
x11-libs/cairo: fix compilation on Darwin
Package-Manager: portage-2.2.20-prefix
x11-libs/cairo/cairo-1.14.6.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11-libs/cairo/cairo-1.14.6.ebuild
b/x11-libs/cairo/cairo-1.14.6.ebuild
index 12d34b3..23bf429 100644
--- a/x11-libs/cairo/cairo-1.14.6.ebuild
+++ b/x11-libs/cairo/cairo-1.14.6.ebuild
@@ -97,6 +97,7 @@ multilib_src_configure() {
[[ ${CHOST} == *-interix* ]] && append-flags -D_REENTRANT
use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
+ [[ ${CHOST} == *-darwin* ]] && myopts+=" --disable-symbol-lookup"
# TODO: remove this (and add USE-dep) when DirectFB is converted,
# bug #484248 -- but beware of the circular dep.