diff options
author | 2021-04-16 14:25:38 +0200 | |
---|---|---|
committer | 2021-04-16 14:37:24 +0200 | |
commit | 1121bce8ec9678ca7f29d39cfea002dbee75327e (patch) | |
tree | 41fb99956aa27e2c1e04e8260f1daad3b1c96b71 /net-misc/nx/nx-3.5.99.26.ebuild | |
parent | dev-libs/xmlsec: stable 1.2.31 arm (bug 768165) (diff) | |
download | gentoo-1121bce8ec9678ca7f29d39cfea002dbee75327e.tar.gz gentoo-1121bce8ec9678ca7f29d39cfea002dbee75327e.tar.bz2 gentoo-1121bce8ec9678ca7f29d39cfea002dbee75327e.zip |
net-misc/nx: Fixed build with binutils-2.36
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-misc/nx/nx-3.5.99.26.ebuild')
-rw-r--r-- | net-misc/nx/nx-3.5.99.26.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-misc/nx/nx-3.5.99.26.ebuild b/net-misc/nx/nx-3.5.99.26.ebuild index 428f571e7e7..17d9b3f5472 100644 --- a/net-misc/nx/nx-3.5.99.26.ebuild +++ b/net-misc/nx/nx-3.5.99.26.ebuild @@ -43,6 +43,11 @@ BDEPEND=" S="${WORKDIR}/nx-libs-${PV}" +PATCHES=( + # https://github.com/ArcticaProject/nx-libs/pull/1012 + "${FILESDIR}/${PN}-3.5.99.26-binutils-2.36.patch" +) + src_prepare() { default |