summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-02 18:48:53 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-02 18:48:53 +0100
commit04e592d73c54f5046936e91943578119039ffe32 (patch)
treea15d4745eabe70970c666bc8e887cf91f561cd66 /media-libs
parentgames-misc/fortune-mod: remove freebsd-libc (diff)
downloadgentoo-04e592d73c54f5046936e91943578119039ffe32.tar.gz
gentoo-04e592d73c54f5046936e91943578119039ffe32.tar.bz2
gentoo-04e592d73c54f5046936e91943578119039ffe32.zip
media-libs/xvid: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/xvid/xvid-1.3.7.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/xvid/xvid-1.3.7.ebuild b/media-libs/xvid/xvid-1.3.7.ebuild
index 9ac9a9213f3b..d1c7b23c02e1 100644
--- a/media-libs/xvid/xvid-1.3.7.ebuild
+++ b/media-libs/xvid/xvid-1.3.7.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
@@ -14,7 +14,7 @@ SRC_URI="https://downloads.xvid.com/downloads/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="elibc_FreeBSD examples pic +threads"
+IUSE="examples pic +threads"
NASM=">=dev-lang/nasm-2"
YASM=">=dev-lang/yasm-1"
@@ -47,7 +47,6 @@ src_prepare() {
multilib_src_configure() {
use sparc && append-cflags -mno-vis #357149
- use elibc_FreeBSD && export ac_cv_prog_ac_yasm=no #477736
local myconf=( $(use_enable threads pthread) )
if use pic || [[ ${ABI} == "x32" ]] ; then #421841