aboutsummaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools/sys-stat.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-07-24 09:46:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-24 13:59:52 +0000
commit06f984daee0981ccfce8ae0a8b8b663a1c6667f1 (patch)
tree645e47ae4aa142c8c3d25954c4b3982dbfd639b7 /main/open-vm-tools/sys-stat.patch
parentc9f2cd8c8ebf69fd3447aa4ecff56f2c04799ced (diff)
downloadaports-06f984daee0981ccfce8ae0a8b8b663a1c6667f1.tar.bz2
aports-06f984daee0981ccfce8ae0a8b8b663a1c6667f1.tar.xz
main/open-vm-tools: upgrade to 9.4.6 and fix build with musl
Diffstat (limited to 'main/open-vm-tools/sys-stat.patch')
-rw-r--r--main/open-vm-tools/sys-stat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/open-vm-tools/sys-stat.patch b/main/open-vm-tools/sys-stat.patch
new file mode 100644
index 0000000000..14492c7aa8
--- /dev/null
+++ b/main/open-vm-tools/sys-stat.patch
@@ -0,0 +1,11 @@
+--- open-vm-tools-9.4.6-1770165.orig/services/plugins/vix/vixTools.c
++++ open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c
+@@ -54,7 +54,7 @@
+ #include <unistd.h>
+ #endif
+
+-#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__)
++#ifdef HAVE_SYS_STAT_H
+ #include <sys/stat.h>
+ #endif
+