SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
security/xmlsec/patches/patch-Makefile_in
Normal file
12
security/xmlsec/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: Makefile.in
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -1177,7 +1177,7 @@ check: check-all check-info
|
||||
|
||||
check-all: $(TEST_APP)
|
||||
for crypto in $(CHECK_CRYPTO_LIST) ; do \
|
||||
- make check-crypto-$$crypto || exit 1 ; \
|
||||
+ $(MAKE) check-crypto-$$crypto || exit 1 ; \
|
||||
done
|
||||
|
||||
check-crypto-%: $(TEST_APP)
|
Loading…
Add table
Add a link
Reference in a new issue