Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/motif/
Date: Sat, 01 Jan 2022 20:08:11
Message-Id: 1641067663.737e14dbd37c017af8668f3b7ce04c327b500d77.soap@gentoo
1 commit: 737e14dbd37c017af8668f3b7ce04c327b500d77
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:43 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737e14db
7
8 x11-libs/motif: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 x11-libs/motif/motif-2.3.8-r2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-libs/motif/motif-2.3.8-r2.ebuild b/x11-libs/motif/motif-2.3.8-r2.ebuild
16 index 92ab7b3e60fe..707f27f2cd29 100644
17 --- a/x11-libs/motif/motif-2.3.8-r2.ebuild
18 +++ b/x11-libs/motif/motif-2.3.8-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -54,8 +54,7 @@ src_prepare() {
26 [[ ${CHOST} == *-solaris2.11 ]] \
27 && append-cppflags -DNEED_XOS_R_H -DHAVE_READDIR_R_3
28
29 - if use !elibc_glibc && use !elibc_uclibc && use !elibc_musl \
30 - && use unicode; then
31 + if use !elibc_glibc && use !elibc_musl && use unicode; then
32 # libiconv detection in configure script doesn't always work
33 # http://bugs.motifzone.net/show_bug.cgi?id=1423
34 export LIBS="${LIBS} -liconv"