summaryrefslogtreecommitdiff
path: root/x11-libs/cairo/cairo-1.14.6.ebuild
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-01-15 15:57:59 +0100
committerFabian Groffen <grobian@gentoo.org>2016-01-15 15:59:00 +0100
commit503f562bb3fe77facaca9c0868896d5c76d3ce7c (patch)
treea94dd2c5df7ac77886fe5ac73d91c3693ef9f0a0 /x11-libs/cairo/cairo-1.14.6.ebuild
parente41b38f907ea96e18cc4f0cd0cd1aefadf57cb0e (diff)
downloadgentoo-503f562bb3fe77facaca9c0868896d5c76d3ce7c.tar.gz
gentoo-503f562bb3fe77facaca9c0868896d5c76d3ce7c.tar.xz
x11-libs/cairo: fix compilation on Darwin
Package-Manager: portage-2.2.20-prefix
Diffstat (limited to 'x11-libs/cairo/cairo-1.14.6.ebuild')
-rw-r--r--x11-libs/cairo/cairo-1.14.6.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-libs/cairo/cairo-1.14.6.ebuild b/x11-libs/cairo/cairo-1.14.6.ebuild
index 12d34b3af80..23bf429cf70 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.