pkgsrc/editors/xemacs/patches/patch-ai
tron 9a0ffdc772 Adapt this package to NetBSD.
XXX "xemacs" still complains about missing files during startup. This
XXX should be fixed by the "xemacs-packages" package.
1999-06-29 23:13:37 +00:00

13 lines
452 B
Text

$NetBSD: patch-ai,v 1.2 1999/06/29 23:13:41 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