SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
security/botan2/patches/patch-src_tests_main_cpp
Normal file
12
security/botan2/patches/patch-src_tests_main_cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: src/tests/main.cpp
|
||||
--- src/tests/main.cpp.orig
|
||||
+++ src/tests/main.cpp
|
||||
@@ -84,7 +84,7 @@ int main(int argc, char* argv[])
|
||||
const Botan_Tests::Test_Options opts(
|
||||
parser.get_arg_list("suites"),
|
||||
parser.get_arg_list("skip-tests"),
|
||||
- parser.get_arg_or("data-dir", "src/tests/data"),
|
||||
+ parser.get_arg_or("data-dir", "${LOCALBASE}/share/botan-2/data"),
|
||||
parser.get_arg("pkcs11-lib"),
|
||||
parser.get_arg("provider"),
|
||||
parser.get_arg("drbg-seed"),
|
Loading…
Add table
Add a link
Reference in a new issue