diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-15 06:14:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-15 06:14:23 +0000 |
commit | f26c37bc41ec7a9e1b4b538939feb9e352e0e8f5 (patch) | |
tree | 76fbd1c95e30355d1a1069b1940a3f2d8e6f2df4 /misc | |
parent | 272275bcea285bbdfd00dd7b6f13a2505e42c3b9 (diff) | |
download | pkgsrc-f26c37bc41ec7a9e1b4b538939feb9e352e0e8f5.tar.gz |
Include <dirent.h> instead of <sys/dirent.h> to make this package
build on platforms without the latter (e.g. Linux).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lile/distinfo | 4 | ||||
-rw-r--r-- | misc/lile/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/lile/distinfo b/misc/lile/distinfo index a85bb8ab22f..ecf8faac0ba 100644 --- a/misc/lile/distinfo +++ b/misc/lile/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/05/29 16:16:29 wiz Exp $ +$NetBSD: distinfo,v 1.4 2004/12/15 06:14:23 minskim Exp $ SHA1 (lile-2.0.tar.z) = 8969acd0de5599fee8fb2d1c49c4804f5ae25156 Size (lile-2.0.tar.z) = 22901 bytes -SHA1 (patch-aa) = f737f0c59b79be4e4ac2822944c2b3f45c7e9539 +SHA1 (patch-aa) = 9040bda4c44e1c1fb7253ce7c0f8552a239c6bc7 diff --git a/misc/lile/patches/patch-aa b/misc/lile/patches/patch-aa index a089f7636cf..5f2e36077e1 100644 --- a/misc/lile/patches/patch-aa +++ b/misc/lile/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2001/05/29 16:16:30 wiz Exp $ +$NetBSD: patch-aa,v 1.5 2004/12/15 06:14:23 minskim Exp $ --- ile.c.orig Wed Jun 9 05:12:33 1993 +++ ile.c @@ -23,7 +23,7 @@ $NetBSD: patch-aa,v 1.4 2001/05/29 16:16:30 wiz Exp $ #include <sys/ioctl.h> #include <sys/types.h> -#include <sys/dir.h> -+#include <sys/dirent.h> ++#include <dirent.h> #include <sys/file.h> #include <sys/time.h> #include <sys/wait.h> |