Diff dump1090-6.1 with a dump1090-9999

/usr/portage/net-wireless/dump1090/dump1090-9999.ebuild 2023-10-09 14:52:34.776368483 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
28 28
RDEPEND="${DEPEND}"
29 29
BDEPEND="virtual/pkgconfig"
30 30

  
31
PATCHES=(
32
	"${FILESDIR}"/${PN}-6.1-libdir.patch
33
)
34

  
35 31
src_prepare() {
36 32
	default
37 33
	sed -i -e '/CFLAGS/s# -O3 -g -Wall -Wmissing-declarations -Werror -W # #' Makefile || die
Thank you!