commit:     79b916033c449d3bc162390534d3a0145f38a1ec
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 13:57:57 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 13:57:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b91603

dev-libs/libfilezilla: add missing bdeps

 - configure: error: pkg-config not found. pkg-config is required to check for 
some dependencies.
 - 'aclocal-1.16' is missing on your system.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild
index 5699b5044244..f905c8446f3f 100644
--- a/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild
+++ b/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-inherit flag-o-matic
+
+inherit autotools flag-o-matic
 
 DESCRIPTION="C++ library offering some basic functionality for 
platform-independent programs"
 HOMEPAGE="https://lib.filezilla-project.org/";
@@ -22,6 +23,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
        test? ( dev-util/cppunit )"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-0.37.1-pthread.patch

Reply via email to