summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-02 18:48:52 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-02 18:48:52 +0100
commit1ee6d3441aceb4624bac9d54c100dbc24e46fb1b (patch)
tree9d2f46726ee8660fb4a6370aa91e6a8aba400b3a
parentdev-libs/xerces-c: remove freebsd-libc (diff)
downloadgentoo-1ee6d344.tar.gz
gentoo-1ee6d344.tar.bz2
gentoo-1ee6d344.zip
games-misc/fortune-mod: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild b/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild
index 2c5dd2971c79..456beb34b04f 100644
--- a/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild
+++ b/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild
@@ -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
@@ -34,7 +34,6 @@ src_prepare() {
Makefile || die "sed Makefile failed"
if ! use elibc_glibc ; then
- [[ ${CHOST} == *-*bsd* ]] && local reglibs="-lcompat"
[[ ${CHOST} == *-darwin* ]] && local reglibs="-lc"
has_version "app-text/recode[nls]" && reglibs="${reglibs} -lintl"
sed -i \