pkgsrc/archivers/rzip/patches/patch-ac
2005-10-23 17:53:01 +00:00

14 lines
349 B
Text

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