diff options
-rw-r--r-- | x11-libs/cairo/cairo-1.14.6.ebuild | 1 |
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 12d34b3af803..23bf429cf70e 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. |