summaryrefslogtreecommitdiff
path: root/shells/es
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2004-02-26 09:34:43 +0000
committeruebayasi <uebayasi@pkgsrc.org>2004-02-26 09:34:43 +0000
commit1afdcbf81960d06ebafd0fdb728310fab7788aef (patch)
tree75de61499d249ba564a3f519d455433481a9b95c /shells/es
parent7448a8801e536d79e7c58b76980e7de9b9b1ea92 (diff)
downloadpkgsrc-1afdcbf81960d06ebafd0fdb728310fab7788aef.tar.gz
Fix build on Linux. From Roland Illig.
Diffstat (limited to 'shells/es')
-rw-r--r--shells/es/distinfo4
-rw-r--r--shells/es/patches/patch-ad20
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 *)
);