net-p2p/feather: remove old ebuild, prevent some CFLAGS from being overridden

Closes: https://bugs.gentoo.org/888876
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
This commit is contained in:
Adam Pimentel
2022-12-29 13:13:08 -05:00
parent f8bc7f69ee
commit e7b206f216
3 changed files with 17 additions and 143 deletions

View File

@@ -98,6 +98,7 @@ src_prepare() {
default
echo "#define FEATHER_VERSION \"${PV}\"" > "${WORKDIR}"/${PF}/src/config-feather.h || die
echo "#define TOR_VERSION \"NOT_EMBEDDED\"" >> "${WORKDIR}"/${PF}/src/config-feather.h || die
eapply "${FILESDIR}"/feather_remove_cflags.patch
pushd monero || die
eapply "${FILESDIR}"/monero_add_some_includes.patch
popd || die