summaryrefslogtreecommitdiffstats
path: root/crypto/seahorse/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/seahorse/PRE_BUILD')
-rwxr-xr-xcrypto/seahorse/PRE_BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/seahorse/PRE_BUILD b/crypto/seahorse/PRE_BUILD
new file mode 100755
index 0000000000..bad83383b9
--- /dev/null
+++ b/crypto/seahorse/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+# fix the ability to build without keyserver support
+if ! is_depends_enabled $SPELL libsoup; then
+ sed -i "s:@WITH_KEYSERVER_TRUE@::g" src/Makefile.in
+fi