Diff udpcast-20211207 with a udpcast-20211207-r1

/usr/portage/net-misc/udpcast/udpcast-20211207-r1.ebuild 2023-10-09 14:52:34.712368482 +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
......
21 21
)
22 22

  
23 23
src_configure() {
24
	# bug #900230
25
	append-cppflags -DBB_FEATURE_UDPCAST_FEC
26

  
24 27
	use hardened || append-cppflags -DUSE_ASSEMBLER
25 28

  
26 29
	default
Thank you!