diff options
author | 2024-07-16 23:26:17 +0200 | |
---|---|---|
committer | 2024-07-16 23:26:17 +0200 | |
commit | c6a2b34886febe729db3200202a0b31578f7638b (patch) | |
tree | ec22f269c1ab715e79c0ed624553c388e05a7fd9 /www-client | |
parent | www-client/elinks: fix python3.12 support (diff) | |
download | gentoo-c6a2b34886febe729db3200202a0b31578f7638b.tar.gz gentoo-c6a2b34886febe729db3200202a0b31578f7638b.tar.bz2 gentoo-c6a2b34886febe729db3200202a0b31578f7638b.zip |
www-client/elinks: fix implicit declaration ecmascript
Closes: https://bugs.gentoo.org/919372
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/elinks/elinks-0.16.1.1-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-client/elinks/elinks-0.16.1.1-r2.ebuild b/www-client/elinks/elinks-0.16.1.1-r2.ebuild index 2dc43c6bdc37..6f3d271ae412 100644 --- a/www-client/elinks/elinks-0.16.1.1-r2.ebuild +++ b/www-client/elinks/elinks-0.16.1.1-r2.ebuild @@ -69,6 +69,7 @@ BDEPEND=" " PATCHES=( + "${FILESDIR}"/${PN}-0.16.1.1-ecmascript-implicit-declaration.patch "${FILESDIR}"/${PN}-0.16.1.1-perl-5.38.patch ) |