ports/archivers/lrzip/patches/patch-Lrzip_h

15 lines
214 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Lrzip.h
--- Lrzip.h.orig
+++ Lrzip.h
@@ -29,6 +29,10 @@
# include <inttypes.h>
#endif
+#if defined (__OpenBSD__) || (__NetBSD__)
+# include <stdarg.h>
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif