summaryrefslogtreecommitdiff
path: root/lang/icon
diff options
context:
space:
mode:
authorrh <rh>1999-11-15 19:16:34 +0000
committerrh <rh>1999-11-15 19:16:34 +0000
commit1fbb64832a7c45dc9d9b87accef5f9c131828a86 (patch)
tree03d27a852c5b815ea5735003ef0e6d55804deae1 /lang/icon
parent13f57556235d4c795b3d6dbcefb6c79a141dd272 (diff)
downloadpkgsrc-1fbb64832a7c45dc9d9b87accef5f9c131828a86.tar.gz
defuzz
Diffstat (limited to 'lang/icon')
-rw-r--r--lang/icon/files/patch-sum4
-rw-r--r--lang/icon/patches/patch-af48
2 files changed, 24 insertions, 28 deletions
diff --git a/lang/icon/files/patch-sum b/lang/icon/files/patch-sum
index fa72941d5f7..83d74c0f764 100644
--- a/lang/icon/files/patch-sum
+++ b/lang/icon/files/patch-sum
@@ -1,10 +1,10 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:54:08 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/11/15 19:23:38 rh Exp $
MD5 (patch-aa) = 21ed0ef02b0f36d930df4395f33f0218
MD5 (patch-ab) = 991eb7c4cee4d0367a80987598e8ed1e
MD5 (patch-ac) = 40c1d0380ca4b8df4c45943e4e703de7
MD5 (patch-ae) = 6eb352e04cf947c4bfd36e4f4e021d7d
-MD5 (patch-af) = 9e0606f08a065f75685ca4821a177e27
+MD5 (patch-af) = 4ce05d8598cab2582166f31ae11af3d0
MD5 (patch-ag) = 830747e9a36f0644e7cb117158e3892a
MD5 (patch-ah) = ef9c360be73038fec251a3381f87b6af
MD5 (patch-ai) = ee4b9762b66b1883fc3e4593c3f5aa0d
diff --git a/lang/icon/patches/patch-af b/lang/icon/patches/patch-af
index 4f382148344..d4ba0ab4fa0 100644
--- a/lang/icon/patches/patch-af
+++ b/lang/icon/patches/patch-af
@@ -1,27 +1,23 @@
-$NetBSD: patch-af,v 1.2 1998/08/07 11:09:05 agc Exp $
+$NetBSD: patch-af,v 1.3 1999/11/15 19:23:39 rh Exp $
-*** src/runtime/fload.r.orig Fri Jul 29 21:22:51 1994
---- src/runtime/fload.r Sun Apr 16 14:02:26 1995
-***************
-*** 24,29 ****
---- 24,33 ----
-
- #ifdef GenericBSD
-
-+ /* Look at the DL_GETERRNO constant, if it exists this is FreeBSD 1.1.5
-+ or 2.0. If it doesn't exist this must be post 2.0 with an dlerror */
-+
-+ #passthru #ifdef DL_GETERRNO
- /* Sorry, no dlerror() on FreeBSD. Fake it. */
- char *dlerror(void)
- {
-***************
-*** 34,39 ****
---- 38,44 ----
- else
- return(NULL);
- }
-+ #passthru #endif
-
- #endif /* __FreeBSD__ */
-
+--- src/runtime/fload.r.orig Fri Feb 13 15:12:48 1998
++++ src/runtime/fload.r Mon Nov 15 20:19:05 1999
+@@ -24,6 +24,10 @@
+
+ #ifdef FreeBSD
+
++/* Look at the DL_GETERRNO constant, if it exists this is FreeBSD 1.1.5
++ or 2.0. If it doesn't exist this must be post 2.0 with an dlerror */
++
++#passthru #ifdef DL_GETERRNO
+ /* Sorry, no dlerror() on FreeBSD. Fake it. */
+ char *dlerror(void)
+ {
+@@ -34,6 +38,7 @@
+ else
+ return(NULL);
+ }
++#passthru #endif
+
+ #endif /* __FreeBSD__ */
+