diff options
author | yyamano <yyamano> | 2003-02-06 15:06:17 +0000 |
---|---|---|
committer | yyamano <yyamano> | 2003-02-06 15:06:17 +0000 |
commit | 45b31a2614fd37af6d8fb30da2d409c01dd57232 (patch) | |
tree | 68cebf617a238585843b31085740e846a80929f7 /archivers/9e | |
parent | de08ab410a95b07e6b950c7bb7a339f63c135a85 (diff) | |
download | pkgsrc-45b31a2614fd37af6d8fb30da2d409c01dd57232.tar.gz |
fix build on darwin.
Diffstat (limited to 'archivers/9e')
-rw-r--r-- | archivers/9e/distinfo | 4 | ||||
-rw-r--r-- | archivers/9e/patches/patch-ab | 18 |
2 files changed, 16 insertions, 6 deletions
diff --git a/archivers/9e/distinfo b/archivers/9e/distinfo index 21cc58ea373..200a2007ff8 100644 --- a/archivers/9e/distinfo +++ b/archivers/9e/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/11/18 13:36:20 cjep Exp $ +$NetBSD: distinfo,v 1.2 2003/02/06 15:06:17 yyamano Exp $ SHA1 (9e.tar.gz) = fc966f51a167e4ed3dc371e399bbc8909f074b54 Size (9e.tar.gz) = 2019 bytes SHA1 (patch-aa) = 5d5982bfc544910f3d36eb40a9de9c5caa8432fd -SHA1 (patch-ab) = ff56f66a9bb5d1dc2880ec1d2c39a4ca0dc48f1a +SHA1 (patch-ab) = 7c81596f86905d6b9a42cab77fbfad6b15c911c3 diff --git a/archivers/9e/patches/patch-ab b/archivers/9e/patches/patch-ab index 32190790883..8e44c0ba56e 100644 --- a/archivers/9e/patches/patch-ab +++ b/archivers/9e/patches/patch-ab @@ -1,8 +1,18 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/11/18 13:36:20 cjep Exp $ +$NetBSD: patch-ab,v 1.2 2003/02/06 15:06:18 yyamano Exp $ ---- 9e.c.orig Thu Jun 15 13:40:52 2000 -+++ 9e.c Fri Jun 23 04:16:00 2000 -@@ -139,17 +139,16 @@ +--- 9e.c.orig Thu Jun 15 22:40:52 2000 ++++ 9e.c +@@ -1,6 +1,9 @@ + /* 9e.c */ + + #include <assert.h> ++#ifdef __APPLE__ ++#include <sys/types.h> ++#endif + #include <dirent.h> + #include <errno.h> + #include <stdio.h> +@@ -139,17 +142,16 @@ } if(Hdrs) { |