diff options
Diffstat (limited to 'archivers/unzip/patches/patch-unix_unxcfg.h')
-rw-r--r-- | archivers/unzip/patches/patch-unix_unxcfg.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/unzip/patches/patch-unix_unxcfg.h b/archivers/unzip/patches/patch-unix_unxcfg.h new file mode 100644 index 00000000000..b70fded76d6 --- /dev/null +++ b/archivers/unzip/patches/patch-unix_unxcfg.h @@ -0,0 +1,14 @@ +$NetBSD: patch-unix_unxcfg.h,v 1.1 2013/07/26 10:35:44 ryoon Exp $ + +* Fix build on Debian GNU/kFreeBSD. + +--- unix/unxcfg.h.orig 2009-04-16 18:36:12.000000000 +0000 ++++ unix/unxcfg.h +@@ -52,6 +52,7 @@ + + #include <sys/types.h> /* off_t, time_t, dev_t, ... */ + #include <sys/stat.h> ++#include <unistd.h> + + #ifdef NO_OFF_T + typedef long zoff_t; |