diff options
Diffstat (limited to 'dev-libs/soprano/soprano-2.3.70.ebuild')
-rw-r--r-- | dev-libs/soprano/soprano-2.3.70.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/soprano/soprano-2.3.70.ebuild b/dev-libs/soprano/soprano-2.3.70.ebuild index 293271807e..d26a50b583 100644 --- a/dev-libs/soprano/soprano-2.3.70.ebuild +++ b/dev-libs/soprano/soprano-2.3.70.ebuild @@ -75,7 +75,7 @@ src_configure() { # NOTE: temporarily fix until a better cmake files patch will be provided. use elibc_FreeBSD && append-flags -pthread - mycmakeargs="${mycmakeargs} + mycmakeargs=( -DSOPRANO_BUILD_TESTS=OFF -DCMAKE_SKIP_RPATH=OFF $(cmake-utils_use !clucene SOPRANO_DISABLE_CLUCENE_INDEX) @@ -86,7 +86,7 @@ src_configure() { $(cmake-utils_use !java SOPRANO_DISABLE_SESAME2_BACKEND) $(cmake-utils_use !virtuoso SOPRANO_DISABLE_VIRTUOSO_BACKEND) $(cmake-utils_use doc SOPRANO_BUILD_API_DOCS) - " + ) cmake-utils_src_configure } @@ -96,8 +96,7 @@ src_compile() { } src_test() { - mycmakeargs="${mycmakeargs} - -DSOPRANO_BUILD_TESTS=ON" + mycmakeargs+=(-DSOPRANO_BUILD_TESTS=ON) cmake-utils_src_configure cmake-utils_src_compile ctest --extra-verbose || die "Tests failed." |