diff options
author | Sam James <sam@gentoo.org> | 2023-05-27 17:57:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:19:07 +0100 |
commit | 6b46d832f1158a246b4565e5223b56b4bff94ec1 (patch) | |
tree | 2afeded59a33e720e76b381c67349b39959f1b43 /net-misc/mico | |
parent | net-libs/gnutls: drop dead prefix targets (diff) | |
download | gentoo-6b46d832f1158a246b4565e5223b56b4bff94ec1.tar.gz gentoo-6b46d832f1158a246b4565e5223b56b4bff94ec1.tar.bz2 gentoo-6b46d832f1158a246b4565e5223b56b4bff94ec1.zip |
net-misc/mico: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/mico')
-rw-r--r-- | net-misc/mico/mico-2.3.13-r14.ebuild | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/net-misc/mico/mico-2.3.13-r14.ebuild b/net-misc/mico/mico-2.3.13-r14.ebuild index 29c244d4c5be..637035595df9 100644 --- a/net-misc/mico/mico-2.3.13-r14.ebuild +++ b/net-misc/mico/mico-2.3.13-r14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -85,18 +85,6 @@ src_configure() { # Same for gtk after patch 013, searches for gtk release. myconf $(use_with gtk gtk 2) - # http://www.mico.org/pipermail/mico-devel/2009-April/010285.html - [[ ${CHOST} == *-hpux* ]] && append-cppflags -D_XOPEN_SOURCE_EXTENDED - - if [[ ${CHOST} == *-winnt* ]]; then - # disabling static libs, since ar on interix takes nearly - # one hour per library, thanks to mico's monster objects. - use threads && - ewarn "disabling USE='threads', does not work on ${CHOST}" - myconf --disable-threads --disable-static --enable-final - append-flags -D__STDC__ - fi - econf ${myconf} } |