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_libscrypt_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_libscrypt_meson.build')
-rw-r--r-- | misc/urbit/files/patch-subprojects_libscrypt_meson.build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/urbit/files/patch-subprojects_libscrypt_meson.build b/misc/urbit/files/patch-subprojects_libscrypt_meson.build deleted file mode 100644 index 725a4e30e003..000000000000 --- a/misc/urbit/files/patch-subprojects_libscrypt_meson.build +++ /dev/null @@ -1,11 +0,0 @@ ---- subprojects/libscrypt/meson.build.orig 2018-05-29 19:32:29 UTC -+++ subprojects/libscrypt/meson.build -@@ -14,7 +14,7 @@ sources = ['crypto_scrypt-check.c', - ] - inc = include_directories('./') - install_headers('libscrypt.h','sha256.h',subdir: 'libscrypt') --lib = static_library('libscrypt', sources: sources, version: version, -+lib = static_library('libscrypt', sources: sources, - include_directories : inc, - c_args: ['-Wall', '-ffast-math', '-D_FORTIFY_SOURCE=2', '-fstack-protector'], - install: true) |