summaryrefslogtreecommitdiff
path: root/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-10 09:20:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-10 09:20:14 +0000
commitc15acf374d4b25ba5afcb52435da6090f2d98a20 (patch)
treef3be21d2a949edee4af8b18e1d9ae7501ae5f186 /media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
parentcaf79cb4f7c4d5f7cce488d8f50dfb98ddbd09ab (diff)
gentoo auto-resync : 10:12:2022 - 09:20:14
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.ebuild8
1 files changed, 7 insertions, 1 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 4c39024a57df..375b82c75a5f 100644
--- a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
+++ b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
@@ -10,6 +10,7 @@ if [[ ${PV} == *9999* ]]; then
[[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
inherit autotools git-r3
else
+ inherit libtool
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86 ~x64-macos"
if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot
SRC_URI="mirror://gentoo/${P}.tar.xz"
@@ -30,7 +31,12 @@ PATCHES=( "${FILESDIR}"/${P}-always_inline.patch )
src_prepare() {
default
- [[ ${PV} == *9999* ]] && eautoreconf
+
+ if [[ ${PV} == *9999* ]] ; then
+ eautoreconf
+ else
+ elibtoolize
+ fi
}
multilib_src_configure() {