diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-07 17:26:14 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-07 17:27:00 +0100 |
commit | 330346ce66cae755165a2a786527b0605d521279 (patch) | |
tree | b83483f6c5047cf16113a80a66b4d8b884c4a893 /net-im/swift | |
parent | dev-lang/swi-prolog: remove old development versions (diff) | |
download | gentoo-330346ce66cae755165a2a786527b0605d521279.tar.gz gentoo-330346ce66cae755165a2a786527b0605d521279.tar.bz2 gentoo-330346ce66cae755165a2a786527b0605d521279.zip |
net-im/swift: fix compilation with installed dev-libs/libedit
Closes: https://bugs.gentoo.org/773961
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im/swift')
-rw-r--r-- | net-im/swift/swift-4.0.2-r102.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/swift/swift-4.0.2-r102.ebuild b/net-im/swift/swift-4.0.2-r102.ebuild index 50967ebf6911..41eaf45dd361 100644 --- a/net-im/swift/swift-4.0.2-r102.ebuild +++ b/net-im/swift/swift-4.0.2-r102.ebuild @@ -132,6 +132,9 @@ src_configure() { hunspell_enable="no" icu="$(usex icu)" install_git_hooks="no" + # Use 'DISABLE' as an invalid lib name, so no editline lib is used, + # as current version is not compatible and compilation will fail. + editline_libname="DISABLE" libidn_bundled_enable="false" libminiupnpc_force_bundled="false" libnatpmp_force_bundled="false" |