Skip to content

Commit

Permalink
app-arch/p7zip: remove x86-fbsd
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jan 5, 2022
1 parent 16e1279 commit 7d6df68
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app-arch/p7zip/p7zip-16.02-r8.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -79,9 +79,6 @@ src_prepare() {
sed -i -e '/^PROG=/s/\.so/.bundle/' \
CPP/7zip/Bundles/Format7zFree/makefile.list \
$(use rar && echo CPP/7zip/Compress/Rar/makefile.list) || die
elif use x86-fbsd; then
# FreeBSD needs this special makefile, because it hasn't -ldl
sed -e 's/-lc_r/-pthread/' makefile.freebsd > makefile.machine || die
fi

if use static; then
Expand Down

0 comments on commit 7d6df68

Please sign in to comment.