mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
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
10 lines
350 B
Text
10 lines
350 B
Text
--- 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,
|