summaryrefslogtreecommitdiff
path: root/misc/urbit/files/patch-subprojects_softfloat3_meson.build
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-08 12:48:02 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-08 12:48:02 -0700
commite18228e43684fa9bf1531572c9ee2fa113409826 (patch)
treeeb8caee1eb72eb17456eb597e5ce146cbd7f2351 /misc/urbit/files/patch-subprojects_softfloat3_meson.build
parentdevel/nasm: Update to 2.16.02 (diff)
misc/urbit: Deprecate
This project migrated between build systems several times, and now it uses Bazel and Hoon. The 2 remaining packaging systems having urbit download Linux binaries because there doesn't seem to be a reasonable way to build it.
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, 0 insertions, 10 deletions
diff --git a/misc/urbit/files/patch-subprojects_softfloat3_meson.build b/misc/urbit/files/patch-subprojects_softfloat3_meson.build
deleted file mode 100644
index e2f962178980..000000000000
--- a/misc/urbit/files/patch-subprojects_softfloat3_meson.build
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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',