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_commonmark-legacy_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_commonmark-legacy_meson.build')
-rw-r--r-- | misc/urbit/files/patch-subprojects_commonmark-legacy_meson.build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/urbit/files/patch-subprojects_commonmark-legacy_meson.build b/misc/urbit/files/patch-subprojects_commonmark-legacy_meson.build deleted file mode 100644 index aa04b7014e55..000000000000 --- a/misc/urbit/files/patch-subprojects_commonmark-legacy_meson.build +++ /dev/null @@ -1,10 +0,0 @@ ---- subprojects/commonmark-legacy/meson.build.orig 2018-05-29 19:31:53 UTC -+++ subprojects/commonmark-legacy/meson.build -@@ -30,7 +30,6 @@ endif - lib = static_library('cmark', - sources: src, - include_directories : include_dirs, --version: version, - c_args : ['-Wall', '-std=c99']) - - cmark_dep = declare_dependency(include_directories : include_dirs, |