summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-09-06 21:29:48 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-09-06 21:29:48 +0300
commitcfa5baea98d45e60bf4e537bc445f6ded4191348 (patch)
tree53416b88d42b5f56b7fa81ada4a1a30754a48a4c
parent435dc806cdeff01584e524fdce1aff200c95858d (diff)
net-im/spectrum: build fix
-rw-r--r--packages/net-im/spectrum/spectrum.exlib8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/net-im/spectrum/spectrum.exlib b/packages/net-im/spectrum/spectrum.exlib
index ecdfbf2..aec3214 100644
--- a/packages/net-im/spectrum/spectrum.exlib
+++ b/packages/net-im/spectrum/spectrum.exlib
@@ -62,9 +62,11 @@ DEPENDENCIES+="
"
if ! ever is_scm; then
- DEFAULT_SRC_PREPARE_PATCHES=(
- "${FILES}"/6d220b0a083b3adf7fd4ae65ca011b29488493b7.diff
- )
+ if ever at_least 2.0.7; then
+ DEFAULT_SRC_PREPARE_PATCHES=(
+ "${FILES}"/6d220b0a083b3adf7fd4ae65ca011b29488493b7.diff
+ )
+ fi
fi
CMAKE_SRC_CONFIGURE_TESTS=( '-DENABLE_TESTS=ON -DENABLE_TESTS=OFF' )