diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-07-14 21:32:05 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-07-14 21:32:05 -0500 |
commit | 98be5eb1827845a1551e998392c603e692815ccc (patch) | |
tree | 8184534a86f56cf77807829b49e5738f829d0085 /app-arch/p7zip/files | |
parent | app-admin/puppet-agent: cleanup (diff) | |
download | gentoo-98be5eb1827845a1551e998392c603e692815ccc.tar.gz gentoo-98be5eb1827845a1551e998392c603e692815ccc.tar.bz2 gentoo-98be5eb1827845a1551e998392c603e692815ccc.zip |
app-arch/p7zip: bup for bug 582832
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-arch/p7zip/files')
-rw-r--r-- | app-arch/p7zip/files/p7zip-16.02-darwin.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-arch/p7zip/files/p7zip-16.02-darwin.patch b/app-arch/p7zip/files/p7zip-16.02-darwin.patch new file mode 100644 index 000000000000..e7f40f505281 --- /dev/null +++ b/app-arch/p7zip/files/p7zip-16.02-darwin.patch @@ -0,0 +1,11 @@ +--- p7zip_15.14.1/CPP/myWindows/StdAfx.h ++++ p7zip_15.14.1/CPP/myWindows/StdAfx.h +@@ -32,7 +32,7 @@ + #include <errno.h> + #include <math.h> + +-#ifdef __NETWARE__ ++#if defined(__NETWARE__) || defined(__MACH__) + #include <sys/types.h> + #endif + |