Diff netkit-timed-0.17-r11 with a netkit-timed-0.17-r12
| /usr/portage/net-misc/netkit-timed/netkit-timed-0.17-r12.ebuild 2025-09-08 18:21:13.077740339 +0300 | ||
|---|---|---|
| 9 | 9 |
HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit" |
| 10 | 10 |
SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
|
| 11 | 11 | |
| 12 |
KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86" |
|
| 13 | 12 |
LICENSE="BSD GPL-2" |
| 14 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86" |
|
| 15 | 15 | |
| 16 |
src_prepare() {
|
|
| 17 |
eapply "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch
|
|
| 18 |
eapply "${FILESDIR}"/0.17-timed-opt-parsing.patch
|
|
| 19 |
sed -i -e '/^LDFLAGS=/d' configure || die "sed configure" |
|
| 20 |
sed -i -e "s|ar -cruv|\${AR} -cruv|g" timed/lib/Makefile || die
|
|
| 21 |
default |
|
| 22 |
} |
|
| 16 |
PATCHES=( |
|
| 17 |
"${FILESDIR}/0.17-CFLAG-DEF-fix.patch"
|
|
| 18 |
"${FILESDIR}/0.17-timed-opt-parsing.patch"
|
|
| 19 |
"${FILESDIR}/${P}-c99-port.patch"
|
|
| 20 |
"${FILESDIR}/${P}-accept-build-flags.patch"
|
|
| 21 |
"${FILESDIR}/${P}-c23-port.patch"
|
|
| 22 |
) |
|
| 23 | 23 | |
| 24 | 24 |
src_configure() {
|
| 25 | 25 |
tc-export AR |