1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/editors/emacs20-dl/files/patch-cb
Shigeyuki Fukushima e8c4c27f01 Fix core-dump-problem on 5.0 or later.
PR:		ports/46031
Submitted by:	Munehiro Matsuda <haro@h4.dion.ne.jp>
2003-02-02 08:10:21 +00:00

45 lines
1.1 KiB
Plaintext

--- src/s/freebsd.h.orig Mon Jan 13 03:08:43 2003
+++ src/s/freebsd.h Mon Jan 13 03:10:05 2003
@@ -41,8 +41,18 @@
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
+/* Use XPG4 Library for FreeBSD */
+#define LIBS_XPG
+#if (__FreeBSD_version >= 220000 && __FreeBSD_version < 400020) \
+ || (__FreeBSD_version >= 500000 && __FreeBSD_version < 500005)
+#ifdef USE_XPG
+#undef LIBS_XPG
+#define LIBS_XPG -lxpg4
+#endif
+#endif
+
#define LIBS_DEBUG
-#define LIBS_SYSTEM -lutil
+#define LIBS_SYSTEM -lutil LIBS_XPG
#if __FreeBSD_version < 400000
#define LIBS_TERMCAP -ltermcap
#endif
@@ -56,9 +66,20 @@
#ifdef __ELF__
#define LD_SWITCH_SYSTEM
+
+#if __FreeBSD_version >= 500000
+#define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
+#endif
+
+#ifdef __alpha__
+#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crtbegin.o
+#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o
+#else
#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o
-#define UNEXEC unexelf.o
#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o
+#endif
+
+#define UNEXEC unexelf.o
#undef LIB_GCC
#define LIB_GCC