mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 02:20:33 -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
11 lines
505 B
Text
11 lines
505 B
Text
--- 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)
|