summaryrefslogtreecommitdiff
path: root/misc/urbit/files/patch-subprojects_softfloat3_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_softfloat3_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_softfloat3_meson.build')
-rw-r--r--misc/urbit/files/patch-subprojects_softfloat3_meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/urbit/files/patch-subprojects_softfloat3_meson.build b/misc/urbit/files/patch-subprojects_softfloat3_meson.build
new file mode 100644
index 000000000000..e2f962178980
--- /dev/null
+++ b/misc/urbit/files/patch-subprojects_softfloat3_meson.build
@@ -0,0 +1,10 @@
+--- subprojects/softfloat3/meson.build.orig 2018-05-15 20:32:16 UTC
++++ subprojects/softfloat3/meson.build
+@@ -320,7 +320,6 @@ install_headers('source/include/softfloat.h',
+
+ lib = static_library('softfloat3', sources: common_src + src_8080sse,
+ include_directories: incdir,
+- version: version,
+ c_args: ['-Werror-implicit-function-declaration',
+ '-DSOFTFLOAT_FAST_INT64',
+ '-O2',