diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-04-10 11:48:44 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-04-10 11:48:59 +0200 |
commit | 08e65ecd1abfafd2acdb6fbc44f5d2807d86d11e (patch) | |
tree | 00e3cd220f3ad8bd4fd79277db75fa385f830a83 /app-arch/p7zip | |
parent | sci-biology/bowtie: Version bump to 2.2.8 (diff) | |
download | gentoo-08e65ecd1abfafd2acdb6fbc44f5d2807d86d11e.tar.gz gentoo-08e65ecd1abfafd2acdb6fbc44f5d2807d86d11e.tar.bz2 gentoo-08e65ecd1abfafd2acdb6fbc44f5d2807d86d11e.zip |
app-arch/p7zip: Added missing darwin patch (bug #579482).
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-arch/p7zip')
-rw-r--r-- | app-arch/p7zip/files/p7zip-15.14.1-darwin.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 000000000000..e7f40f505281 --- /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 + |