summaryrefslogtreecommitdiff
path: root/editors/xemacs/patches/patch-ag
blob: 5975702949b602d600b618c6ac6fdf22a684a71e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ag,v 1.1 1999/06/29 23:13:41 tron Exp $

--- src/s/netbsd.h.orig	Fri Jul 24 05:57:27 1998
+++ src/s/netbsd.h	Fri Jul 24 05:58:34 1998
@@ -60,3 +60,7 @@
 #define ORDINARY_LINK
+#ifdef __ELF__
+#define UNEXEC "unexelf.o" /* we're not in an a.out world anymore friends */
+#else
 #define UNEXEC "unexfreebsd.o"  /* ironic, considering history of unexfreebsd */
+#endif