commit: 08e65ecd1abfafd2acdb6fbc44f5d2807d86d11e Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Sun Apr 10 09:48:44 2016 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Sun Apr 10 09:48:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e65ecd
app-arch/p7zip: Added missing darwin patch (bug #579482). Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> app-arch/p7zip/files/p7zip-15.14.1-darwin.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app-arch/p7zip/files/p7zip-15.14.1-darwin.patch b/app-arch/p7zip/files/p7zip-15.14.1-darwin.patch new file mode 100644 index 0000000..e7f40f5 --- /dev/null +++ b/app-arch/p7zip/files/p7zip-15.14.1-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 +
