From f80ae52bacddae49b5d6352069ca4cc95eef5c48 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Fri, 8 Jun 2018 10:37:17 +0000 Subject: [PATCH] ixion: update after #2666 which changed mdds. (#2667) Also, set LIBRARY_PATH to a nice value in TEST. (All tests pass :) --- dev-libs/ixion/ixion-0.13.0.recipe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/ixion/ixion-0.13.0.recipe b/dev-libs/ixion/ixion-0.13.0.recipe index 6b6d49486..87f737586 100644 --- a/dev-libs/ixion/ixion-0.13.0.recipe +++ b/dev-libs/ixion/ixion-0.13.0.recipe @@ -43,7 +43,7 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libboost_program_options$secondaryArchSuffix devel:libz$secondaryArchSuffix - devel:mdds$secondaryArchSuffix >= 1.2 + devel:mdds >= 1.2 " BUILD_PREREQUIRES=" cmd:aclocal @@ -91,7 +91,6 @@ INSTALL() TEST() { - # these tests do not pass - # ixion is really good in crashing our pthreads implementation + LIBRARY_PATH="$sourceDir/src/libixion/.libs${LIBRARY_PATH:+:$LIBRARY_PATH}" \ make check }