diff options
author | Sam James <sam@gentoo.org> | 2023-03-19 01:48:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-19 01:48:44 +0000 |
commit | c85399a56ccef79c29a09334beb59abb10b87c7a (patch) | |
tree | 872488721c5e1929c2818017e34679097eba05b6 /net-im/cpop/cpop-0.0.4-r1.ebuild | |
parent | dev-haskell/wai-logger: Add GHC_BOOTSTRAP_PACKAGES (diff) | |
download | gentoo-c85399a56ccef79c29a09334beb59abb10b87c7a.tar.gz gentoo-c85399a56ccef79c29a09334beb59abb10b87c7a.tar.bz2 gentoo-c85399a56ccef79c29a09334beb59abb10b87c7a.zip |
net-im/cpop: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/885705
Closes: https://bugs.gentoo.org/900072
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/cpop/cpop-0.0.4-r1.ebuild')
-rw-r--r-- | net-im/cpop/cpop-0.0.4-r1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-im/cpop/cpop-0.0.4-r1.ebuild b/net-im/cpop/cpop-0.0.4-r1.ebuild deleted file mode 100644 index 9315a2381ea0..000000000000 --- a/net-im/cpop/cpop-0.0.4-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="GTK+ network popup message client. Compatible with the jpop protocol" -HOMEPAGE="http://www.draxil.uklinux.net/hip/index.pl?page=cpop" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-implicit-exit_memset_strlen.patch -) - -src_install() { - emake DESTDIR="${D}" install - dodoc README -} |