diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-04-08 12:48:02 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-04-08 12:48:02 -0700 |
commit | e18228e43684fa9bf1531572c9ee2fa113409826 (patch) | |
tree | eb8caee1eb72eb17456eb597e5ce146cbd7f2351 /misc/urbit/files/patch-subprojects_softfloat3_meson.build | |
parent | devel/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.build | 10 |
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', |