ports/archivers/lrzip/patches/patch-Lrzip_h

14 lines
214 B
Text

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