summaryrefslogtreecommitdiff
path: root/editors/xemacs20/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs20/patches/patch-ak')
-rw-r--r--editors/xemacs20/patches/patch-ak13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/xemacs20/patches/patch-ak b/editors/xemacs20/patches/patch-ak
deleted file mode 100644
index c764ed69370..00000000000
--- a/editors/xemacs20/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.1 1999/03/10 08:34:08 tron Exp $
-
---- src/unexfreebsd.c.orig Sun Oct 12 02:40:17 1997
-+++ src/unexfreebsd.c Sat Mar 6 11:03:31 1999
-@@ -289,7 +289,7 @@
- /* We can get relocation sites in the bss region, for objects whose
- contents are copied from a shared library. We don't need or want
- to restore these at present. */
--#ifndef sparc
-+#if !defined(sparc) && !defined(__arm__)
- if (ri->r_copy)
- return;
- #else