summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-13 20:28:10 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-13 20:32:06 +0200
commit750da70a180d80a8b8e71dedb7a5b9128c874b82 (patch)
treeb5ead8750c573bf8a9c8562308778e33990a4881 /dev-cpp
parentdev-cpp/libjson-rpc-cpp: Bump to 0.7.0 (diff)
downloadgentoo-750da70a180d80a8b8e71dedb7a5b9128c874b82.tar.gz
gentoo-750da70a180d80a8b8e71dedb7a5b9128c874b82.tar.bz2
gentoo-750da70a180d80a8b8e71dedb7a5b9128c874b82.zip
dev-cpp/libjson-rpc-cpp: Sync the live ebuild
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
index a8d3e54c345e..57baa1052de4 100644
--- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
+++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
@@ -32,8 +32,8 @@ src_configure() {
local mycmakeargs=(
-DHTTP_CLIENT=$(usex http-client)
-DHTTP_SERVER=$(usex http-server)
- # they are not installed but required for tests to build
- -DCOMPILE_EXAMPLES=$(usex test)
+ # they are not installed
+ -DCOMPILE_EXAMPLES=OFF
-DCOMPILE_STUBGEN=$(usex stubgen)
-DCOMPILE_TESTS=$(usex test)
-DCATCH_INCLUDE_DIR="${EPREFIX}/usr/include/catch"