diff options
Diffstat (limited to 'dev-util/watchman')
-rw-r--r-- | dev-util/watchman/watchman-4.9.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/watchman/watchman-4.9.0.ebuild b/dev-util/watchman/watchman-4.9.0.ebuild index 9cc31253bcf3..e3da13e7dd3f 100644 --- a/dev-util/watchman/watchman-4.9.0.ebuild +++ b/dev-util/watchman/watchman-4.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,6 +36,7 @@ src_configure() { econf \ --enable-lenient \ --disable-statedir \ + --disable-cppclient \ --without-python \ $(use_with pcre) } |