diff options
author | uebayasi <uebayasi> | 2004-02-26 09:34:43 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-02-26 09:34:43 +0000 |
commit | 21dd7287bd3b712f80a398bd839a926cb6716ff4 (patch) | |
tree | 75de61499d249ba564a3f519d455433481a9b95c /shells | |
parent | bad69869c5112e31bddb60c12cd92b7d3c05c907 (diff) | |
download | pkgsrc-21dd7287bd3b712f80a398bd839a926cb6716ff4.tar.gz |
Fix build on Linux. From Roland Illig.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/es/distinfo | 4 | ||||
-rw-r--r-- | shells/es/patches/patch-ad | 20 |
2 files changed, 17 insertions, 7 deletions
diff --git a/shells/es/distinfo b/shells/es/distinfo index df0b1db8751..9bd35c07505 100644 --- a/shells/es/distinfo +++ b/shells/es/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2004/02/26 07:47:48 uebayasi Exp $ +$NetBSD: distinfo,v 1.4 2004/02/26 09:34:43 uebayasi Exp $ SHA1 (es-0.9-alpha1.tar.gz) = 5027c9dade742c437b8e471a356d15883ebc4732 Size (es-0.9-alpha1.tar.gz) = 125913 bytes SHA1 (patch-aa) = 54f061989aa9317cdc32470302978129d8186b13 SHA1 (patch-ab) = bd58fbbf71d5c9dc76bdc380cb7b93ad3f5f1c72 SHA1 (patch-ac) = ac40f8fd66517a2db338e72f0584d58e8d8867ba -SHA1 (patch-ad) = 197a7e52e06966781093ee2bbfc5769f0b09f161 +SHA1 (patch-ad) = 861ebed4a37a7201e5eae36e5da7d419f3271218 SHA1 (patch-ae) = f3b28abd1520c2d98e2424f45fc780ae09cc00ea diff --git a/shells/es/patches/patch-ad b/shells/es/patches/patch-ad index 6caba1d3ff0..02e214066be 100644 --- a/shells/es/patches/patch-ad +++ b/shells/es/patches/patch-ad @@ -1,8 +1,18 @@ -$NetBSD: patch-ad,v 1.1 2004/02/26 07:47:48 uebayasi Exp $ +$NetBSD: patch-ad,v 1.2 2004/02/26 09:34:43 uebayasi Exp $ ---- stdenv.h~ Tue May 30 06:13:53 1995 -+++ stdenv.h Thu Apr 10 09:32:22 1997 -@@ -283,6 +283,7 @@ +--- stdenv.h.orig 1995-05-30 13:13:53.000000000 +0200 ++++ stdenv.h 2004-02-26 09:51:16.000000000 +0100 +@@ -44,9 +44,7 @@ + #include <signal.h> + #include <ctype.h> + +-#if REQUIRE_STAT || REQUIRE_IOCTL + #include <sys/types.h> +-#endif + + #if REQUIRE_IOCTL + #include <sys/ioctl.h> +@@ -283,6 +281,7 @@ /* stdlib */ @@ -10,7 +20,7 @@ $NetBSD: patch-ad,v 1.1 2004/02/26 07:47:48 uebayasi Exp $ extern noreturn exit(int); extern noreturn abort(void); extern long strtol(const char *num, char **end, int base); -@@ -290,6 +291,7 @@ +@@ -290,6 +289,7 @@ void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *) ); |