You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/p7zip/files/p7zip-16.02-darwin.patch

12 lines
242 B

--- 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