summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-10-22 16:57:57 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-10-22 16:57:57 +0300
commit79b916033c449d3bc162390534d3a0145f38a1ec (patch)
treef7a8f075360f614110abb8b129fb98fa05bfc7c1 /dev-libs/libfilezilla
parentnet-ftp/filezilla: Stabilize 3.65.0 x86, #915486 (diff)
downloadgentoo-79b916033c449d3bc162390534d3a0145f38a1ec.tar.gz
gentoo-79b916033c449d3bc162390534d3a0145f38a1ec.tar.bz2
gentoo-79b916033c449d3bc162390534d3a0145f38a1ec.zip
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@gentoo.org>
Diffstat (limited to 'dev-libs/libfilezilla')
-rw-r--r--dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild4
1 files changed, 3 insertions, 1 deletions
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