summaryrefslogtreecommitdiff
path: root/zstd/files/01-makefile-install-solaris.patch
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2023-02-03 10:05:32 +0100
committerAlejandro W. Sior <aho@sior.be>2023-02-03 10:05:32 +0100
commit58fa790e2249295b6c4f9cda36d4de40cf8ac9e0 (patch)
tree8f8dbdae36a1c418876389bfc1d0956466cd13bb /zstd/files/01-makefile-install-solaris.patch
parentdf453afac07d624dd25c778f6aed84749f0b7857 (diff)
zstd: new package at version 1.5.2
Diffstat (limited to 'zstd/files/01-makefile-install-solaris.patch')
-rw-r--r--zstd/files/01-makefile-install-solaris.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/zstd/files/01-makefile-install-solaris.patch b/zstd/files/01-makefile-install-solaris.patch
new file mode 100644
index 0000000..4cd1da7
--- /dev/null
+++ b/zstd/files/01-makefile-install-solaris.patch
@@ -0,0 +1,11 @@
+--- a/Makefile Thu Jan 20 22:17:18 2022
++++ b/Makefile Fri Feb 3 08:00:55 2023
+@@ -149,7 +149,7 @@
+ #------------------------------------------------------------------------------
+ # make install is validated only for Linux, macOS, Hurd and some BSD targets
+ #------------------------------------------------------------------------------
+-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku AIX))
++ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku AIX SunOS))
+
+ HOST_OS = POSIX
+