summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-27 12:33:20 +0200
committerIsmael Luceno2021-08-27 12:33:20 +0200
commit73b850821cf9ebda1b168342709c7fa4fe35bf9a (patch)
tree065e8b7b737e89dd56e1f591769574837d5302b1 /crypto
parent852fd4e01c557afc3c58bbfdced6bed3b2dc4387 (diff)
scrypt: Always apply patches
Diffstat (limited to 'crypto')
-rw-r--r--crypto/scrypt/HISTORY1
-rwxr-xr-xcrypto/scrypt/PRE_BUILD5
2 files changed, 2 insertions, 4 deletions
diff --git a/crypto/scrypt/HISTORY b/crypto/scrypt/HISTORY
index d205e26b23..651cd75de6 100644
--- a/crypto/scrypt/HISTORY
+++ b/crypto/scrypt/HISTORY
@@ -1,5 +1,6 @@
2021-08-27 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: removed non-existing MESON_DEPENDS
+ * PRE_BUILD: made to always apply patches
2021-08-16 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.3.1
diff --git a/crypto/scrypt/PRE_BUILD b/crypto/scrypt/PRE_BUILD
index c6cab93b63..0cab101bf4 100755
--- a/crypto/scrypt/PRE_BUILD
+++ b/crypto/scrypt/PRE_BUILD
@@ -1,6 +1,3 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&
-
-if is_depends_enabled ${SPELL} meson; then
- apply_patch_dir patches
-fi
+apply_patch_dir patches