net-analyzer/zabbix: fixed patches not being applied

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2022-03-12 11:12:25 +01:00
parent 7746d09bf4
commit b7b7d62f6e
4 changed files with 16 additions and 0 deletions

View File

@@ -125,6 +125,10 @@ pkg_setup() {
java-pkg-opt-2_pkg_setup
}
src_prepare() {
default
}
src_configure() {
econf \
$(use_enable agent) \

View File

@@ -357,6 +357,10 @@ src_unpack() {
fi
}
src_prepare() {
default
}
src_configure() {
econf \
$(use_enable agent) \

View File

@@ -382,6 +382,10 @@ src_unpack() {
fi
}
src_prepare() {
default
}
src_configure() {
econf \
"$(use_enable agent)" \

View File

@@ -394,6 +394,10 @@ src_unpack() {
fi
}
src_prepare() {
default
}
src_configure() {
local econf_args=(
"$(use_enable agent)"