From dc125b4004b189c1b09e45e1d9b803d574718c23 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Wed, 2 Sep 2020 22:10:00 +0200 Subject: net-libs/libwebsockets: set LWS_DBUS_INCLUDE2 CMake only looks for dbus-arch-deps.h at /usr/lib64, so we have to manually set LWS_DBUS_INCLUDE2 for 32-bit systems where it is located at /usr/lib Closes: https://bugs.gentoo.org/740090 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic Closes: https://github.com/gentoo/gentoo/pull/17389 Signed-off-by: Sam James --- net-libs/libwebsockets/libwebsockets-4.0.20.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net-libs/libwebsockets') diff --git a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild index 2fa0810a12e1..b0d538ff9060 100644 --- a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild @@ -82,5 +82,7 @@ src_configure() { -DLWS_WITHOUT_TESTAPPS=ON ) + use dbus && mycmakeargs+=( -DLWS_DBUS_INCLUDE2="/usr/$(get_libdir)/dbus-1.0/include" ) + cmake_src_configure } -- cgit v1.2.3-65-gdbad