summaryrefslogtreecommitdiff
path: root/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild')
-rw-r--r--net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild b/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild
index 7f5091771e60..119dd3c0a227 100644
--- a/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild
+++ b/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild
@@ -15,10 +15,16 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
-BDEPEND="test? (
+BDEPEND="
+ test? (
dev-util/cmocka
net-libs/socket_wrapper
- )"
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-cmocka-cmake.patch
+)
# Work around a problem with >=dev-build/cmake-3.3.0 (bug #558340)
# Because of this we cannot use cmake-multilib_src_configure() here.