mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
app-arch/p7zip: Added missing darwin patch (bug #579482).
Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
11
app-arch/p7zip/files/p7zip-15.14.1-darwin.patch
Normal file
11
app-arch/p7zip/files/p7zip-15.14.1-darwin.patch
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user