summaryrefslogtreecommitdiff
path: root/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/fdk-aac/fdk-aac-2.0.2.ebuild')
-rw-r--r--media-libs/fdk-aac/fdk-aac-2.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
index d0bf89ecaab6..26e8b5978db6 100644
--- a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
+++ b/media-libs/fdk-aac/fdk-aac-2.0.2.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
@@ -36,7 +36,7 @@ src_prepare() {
multilib_src_configure() {
local myeconfargs=(
--disable-static
- $(use_enable examples example)
+ $(multilib_native_use_enable examples example)
)
ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
}