pkgsrc/editors/xemacs-current/patches/patch-ae
magick a2059564c3 Initial import of XEmacs 21.5.5
This is the *BETA* developement line of XEmacs so handle with care.
This package is based on pkg/14132 contributed by Eric Gillespie Jr.
Most notable change to the release is the possibility to compile
xemacs with gtk+. Set XEMACS_WIDGETS accordingly in your mk.conf
Possible values are:
lucid (default)
gtk
gnome
motif
2002-03-24 19:40:29 +00:00

13 lines
433 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2002/03/24 19:40:33 magick Exp $
--- src/unexfreebsd.c.orig Thu Apr 12 20:24:27 2001
+++ src/unexfreebsd.c
@@ -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