diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:06 +0100 |
commit | e82d5d39c2feca2bc396b857491a1f6f15f80ee6 (patch) | |
tree | 357da48953bfcdae0ce821a926c16c89d819506b /x11-libs | |
parent | sys-libs/timezone-data: remove freebsd-libc (diff) | |
download | gentoo-e82d5d39c2feca2bc396b857491a1f6f15f80ee6.tar.gz gentoo-e82d5d39c2feca2bc396b857491a1f6f15f80ee6.tar.bz2 gentoo-e82d5d39c2feca2bc396b857491a1f6f15f80ee6.zip |
x11-libs/cairo: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/cairo-1.16.0-r5.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-libs/cairo/cairo-1.16.0-r5.ebuild b/x11-libs/cairo/cairo-1.16.0-r5.ebuild index 03d9d52ed6af..a1546a49797f 100644 --- a/x11-libs/cairo/cairo-1.16.0-r5.ebuild +++ b/x11-libs/cairo/cairo-1.16.0-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -92,8 +92,6 @@ multilib_src_configure() { [[ ${CHOST} == *-interix* ]] && append-flags -D_REENTRANT - use elibc_FreeBSD && myopts+=" --disable-symbol-lookup" - # [[ ${PV} == *9999* ]] && myopts+=" $(use_enable doc gtk-doc)" ECONF_SOURCE="${S}" \ diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 526be1dcbbf9..f2e78b07a7b0 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -89,8 +89,6 @@ multilib_src_configure() { [[ ${CHOST} == *-interix* ]] && append-flags -D_REENTRANT - use elibc_FreeBSD && myopts+=" --disable-symbol-lookup" - # [[ ${PV} == *9999* ]] && myopts+=" $(use_enable doc gtk-doc)" ECONF_SOURCE="${S}" \ |