diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:10 +0100 |
commit | 00c8c27ef9ca50fae3713b97cfc69c17b4f7ae35 (patch) | |
tree | e75399b8b1886409af581b3b2443ae6a54744260 /x11-misc | |
parent | x11-misc/slim: remove freebsd-libc (diff) | |
download | gentoo-00c8c27ef9ca50fae3713b97cfc69c17b4f7ae35.tar.gz gentoo-00c8c27ef9ca50fae3713b97cfc69c17b4f7ae35.tar.bz2 gentoo-00c8c27ef9ca50fae3713b97cfc69c17b4f7ae35.zip |
x11-misc/slock: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/slock/slock-1.4-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-misc/slock/slock-1.4-r1.ebuild b/x11-misc/slock/slock-1.4-r1.ebuild index 2753a8449711..0f6f4a035658 100644 --- a/x11-misc/slock/slock-1.4-r1.ebuild +++ b/x11-misc/slock/slock-1.4-r1.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 @@ -40,10 +40,6 @@ src_prepare() { -e 's|@${CC}|$(CC)|g' \ Makefile || die - if use elibc_FreeBSD; then - sed -i -e 's/-DHAVE_SHADOW_H//' config.mk || die - fi - restore_config config.h tc-export CC |