make archivers/zstd build on SecBSD
This commit is contained in:
parent
8b0e97a9ad
commit
d38cfd2a27
10 changed files with 149 additions and 0 deletions
12
archivers/zstd/patches/patch-tests_cli-tests_common_mtime_sh
Normal file
12
archivers/zstd/patches/patch-tests_cli-tests_common_mtime_sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: tests/cli-tests/common/mtime.sh
|
||||
--- tests/cli-tests/common/mtime.sh.orig
|
||||
+++ tests/cli-tests/common/mtime.sh
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
MTIME="stat -c %Y"
|
||||
case "$UNAME" in
|
||||
- Darwin | FreeBSD | OpenBSD | NetBSD) MTIME="stat -f %m" ;;
|
||||
+ Darwin | FreeBSD | OpenBSD | NetBSD | SecBSD) MTIME="stat -f %m" ;;
|
||||
esac
|
||||
|
||||
assertSameMTime() {
|
Loading…
Add table
Add a link
Reference in a new issue