diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-01-13 19:43:57 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-01-13 19:45:04 +0100 |
commit | 1021b95fea263a422527210d2848477f9f670d9b (patch) | |
tree | 3cdfd05e17b49a4d2aa7c498da97159ccd01b672 /app-text/tree | |
parent | www-apps/chromedriver-bin: add 109.0.5414.74, drop 108.0.5359.71 (diff) | |
download | gentoo-1021b95fea263a422527210d2848477f9f670d9b.tar.gz gentoo-1021b95fea263a422527210d2848477f9f670d9b.tar.bz2 gentoo-1021b95fea263a422527210d2848477f9f670d9b.zip |
app-text/tree-2.0.4: drop no longer necessary fix
adding strverscmp.o to OBJS actually breaks since it is already there
and causes problems with linkers that complain about duplicate symbols
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text/tree')
-rw-r--r-- | app-text/tree/tree-2.0.4.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild index f8877376834c..75fc979ed4ec 100644 --- a/app-text/tree/tree-2.0.4.ebuild +++ b/app-text/tree/tree-2.0.4.ebuild @@ -18,14 +18,6 @@ S=${WORKDIR}/unix-${P} RDEPEND="" DEPEND="" -src_prepare() { - if use !elibc_glibc ; then - # 433972, also previously done only for elibc_uclibc - sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die - fi - default -} - src_compile() { append-lfs-flags emake \ |