diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-22 05:40:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-22 07:53:21 +0200 |
commit | 28ae3cbcf5bb59abbce4842ab41dab41c77bcc36 (patch) | |
tree | dcafe1b3b33dbba201bcf4117e3f090c9bbbd2f5 /dev-libs/libevent | |
parent | sec-keys/openpgp-keys-apache-tomcat: dropped obsolete (diff) | |
download | gentoo-28ae3cbcf5bb59abbce4842ab41dab41c77bcc36.tar.gz gentoo-28ae3cbcf5bb59abbce4842ab41dab41c77bcc36.tar.bz2 gentoo-28ae3cbcf5bb59abbce4842ab41dab41c77bcc36.zip |
dev-libs/libevent: Fix installed pkg-config files
Bug: https://github.com/libevent/libevent/issues/1459
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/libevent-2.2.1-r1.ebuild (renamed from dev-libs/libevent/libevent-2.2.1.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/libevent/libevent-2.2.1.ebuild b/dev-libs/libevent/libevent-2.2.1-r1.ebuild index 66a742241c13..63ff06976ccb 100644 --- a/dev-libs/libevent/libevent-2.2.1.ebuild +++ b/dev-libs/libevent/libevent-2.2.1-r1.ebuild @@ -66,6 +66,9 @@ multilib_src_configure() { --disable-samples ) econf "${myconf[@]}" + + # workaround https://github.com/libevent/libevent/issues/1459 + sed -i -e 's:@CMAKE_DEBUG_POSTFIX@::' *.pc || die } multilib_src_install_all() { |