ports/archivers/fuse-zip/patches/patch-lib_extraField_cpp

13 lines
228 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: lib/extraField.cpp
--- lib/extraField.cpp.orig
+++ lib/extraField.cpp
@@ -21,7 +21,7 @@
#include <sys/stat.h>
-#if ! __APPLE__
+#if ! __APPLE__ && ! __OpenBSD__
# include <sys/sysmacros.h>
#endif // !__APPLE__