summaryrefslogtreecommitdiff
path: root/misc/urbit/files/patch-subprojects_ed25519_meson.build
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-11-03 17:55:57 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-11-03 18:03:43 +0000
commit43cc9e6350f0df54ffda5f462bb6553369f6e496 (patch)
treea7dee47f917aa12b7b10413db344640c532f1cd3 /misc/urbit/files/patch-subprojects_ed25519_meson.build
parentx11-wm/enlightenment: drop unused Meson keyword after ce23e82aac23 (diff)
misc/urbit: drop unused Meson keyword
subprojects/commonmark-legacy/meson.build:30:0: ERROR: Got unknown keyword arguments "version" subprojects/libscrypt/meson.build:17:0: ERROR: Got unknown keyword arguments "version" subprojects/ed25519/meson.build:21:0: ERROR: Got unknown keyword arguments "version" subprojects/murmur3/meson.build:7:0: ERROR: Got unknown keyword arguments "version" subprojects/softfloat3/meson.build:321:0: ERROR: Got unknown keyword arguments "version" PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/88a1bed81b7d
Diffstat (limited to 'misc/urbit/files/patch-subprojects_ed25519_meson.build')
-rw-r--r--misc/urbit/files/patch-subprojects_ed25519_meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/urbit/files/patch-subprojects_ed25519_meson.build b/misc/urbit/files/patch-subprojects_ed25519_meson.build
new file mode 100644
index 000000000000..f686cf17fd0f
--- /dev/null
+++ b/misc/urbit/files/patch-subprojects_ed25519_meson.build
@@ -0,0 +1,10 @@
+--- subprojects/ed25519/meson.build.orig 2018-05-29 19:32:12 UTC
++++ subprojects/ed25519/meson.build
+@@ -21,7 +21,6 @@ install_headers('src/ed25519.h', subdir:'ed25519')
+ lib = static_library('ed25519',
+ sources: src,
+ include_directories : include_dirs,
+-version: version,
+ c_args : ['-Wall'],
+ install: true)
+