Diff libaom-3.4.0 with a libaom-3.5.0

/usr/portage/media-libs/libaom/libaom-3.5.0.ebuild 2023-10-09 14:52:31.676368405 +0300
39 39
	doc? ( app-doc/doxygen )
40 40
"
41 41

  
42
# the PATENTS file is required to be distributed with this package, bug #682214
42
# The PATENTS file is required to be distributed with this package, bug #682214
43 43
DOCS=( PATENTS )
44 44

  
45
PATCHES=(
46
	"${FILESDIR}"/${PN}-3.4.0-posix-c-source-ftello.patch
47
)
48

  
45 49
multilib_src_configure() {
46 50
	local mycmakeargs=(
47 51
		-DENABLE_CCACHE=OFF
Thank you!