make archivers/zstd build on SecBSD

This commit is contained in:
purplerain 2023-08-28 07:36:30 +00:00
parent 8b0e97a9ad
commit d38cfd2a27
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
10 changed files with 149 additions and 0 deletions

View file

@ -0,0 +1,12 @@
Index: tests/cli-tests/common/permissions.sh
--- tests/cli-tests/common/permissions.sh.orig
+++ tests/cli-tests/common/permissions.sh
@@ -2,7 +2,7 @@
GET_PERMS="stat -c %a"
case "$UNAME" in
- Darwin | FreeBSD | OpenBSD | NetBSD) GET_PERMS="stat -f %Lp" ;;
+ Darwin | FreeBSD | OpenBSD | NetBSD | SecBSD) GET_PERMS="stat -f %Lp" ;;
esac
assertFilePermissions() {