summaryrefslogtreecommitdiff
path: root/archivers/rzip/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/rzip/patches/patch-ac')
-rw-r--r--archivers/rzip/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/rzip/patches/patch-ac b/archivers/rzip/patches/patch-ac
new file mode 100644
index 00000000000..eb52e7394ab
--- /dev/null
+++ b/archivers/rzip/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2005/10/23 17:53:01 rillig Exp $
+
+--- rzip.h.orig 2005-10-23 11:24:14.000000000 +0200
++++ rzip.h 2005-10-23 11:25:45.000000000 +0200
+@@ -26,6 +26,9 @@
+ #include "config.h"
+
+ #include <sys/types.h>
++#ifdef __APPLE__ /* Darwin */
++#include <stdint.h>
++#endif
+ #include <unistd.h>
+ #include <stdio.h>
+ #include <stddef.h>