Diff freeverb3-3.2.1-r3 with a freeverb3-3.2.1-r4

/usr/portage/media-libs/freeverb3/freeverb3-3.2.1-r4.ebuild 2023-10-09 14:52:31.664368405 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
15 15
RDEPEND="sci-libs/fftw:3.0="
16 16
DEPEND="${RDEPEND}"
17 17

  
18
PATCHES=(
19
	"${FILESDIR}"/${P}-pc-file.patch  # bug 889436
20
)
21

  
18 22
src_configure() {
19 23
	local myeconfargs=(
20 24
		--enable-release
Thank you!