commit: c0c28f4405ecfc402db052071df032b1c279da29
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Feb 21 13:24:27 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Feb 21 13:33:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0c28f44
net-im/nheko: update 9999: unbundle dev-cpp/cpp-httplib
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
net-im/nheko/nheko-9999.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/net-im/nheko/nheko-9999.ebuild b/net-im/nheko/nheko-9999.ebuild
index fe51d8632..9ed14fbd2 100644
--- a/net-im/nheko/nheko-9999.ebuild
+++ b/net-im/nheko/nheko-9999.ebuild
@@ -25,6 +25,7 @@ REQUIRED_USE="video? ( voip )"
MY_GST_V="1.18"
RDEPEND="
app-text/cmark:=
+ dev-cpp/cpp-httplib:=
dev-cpp/qt-jdenticon
dev-db/lmdb:=
>=dev-db/lmdb++-1.0.0
@@ -99,11 +100,12 @@ src_prepare() {
src_configure() {
local -a mycmakeargs=(
- "-DUSE_BUNDLED_MTXCLIENT=ON"
- "-DUSE_BUNDLED_COEURL=ON"
- "-DBUILD_SHARED_LIBS=OFF"
- "-DVOIP=$(usex voip)"
- "-DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)"
+ -DUSE_BUNDLED_MTXCLIENT=yes
+ -DUSE_BUNDLED_COEURL=yes
+ -DBUILD_SHARED_LIBS=no
+ -DVOIP=$(usex voip)
+ -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
+ -DUSE_BUNDLED_CPPHTTPLIB=no
)
if use video && use X; then
mycmakeargs+=("-DSCREENSHARE_X11=yes")