diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-07 08:11:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-07 08:11:41 +0000 |
commit | 2e7cf46d9c2686c00599df21c3e63a8bf12cee1a (patch) | |
tree | 093729ecae36bb062ab4bdd4d93c59ed678bd85d /editors/mule-common/files/patch-mc | |
parent | Upgrade to 1.10. (diff) |
ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to be
19.28).
PR: 8178
Submitted by: taoka@infonets.hiroshima-u.ac.jp
Notes
Notes:
svn path=/head/; revision=13703
Diffstat (limited to 'editors/mule-common/files/patch-mc')
-rw-r--r-- | editors/mule-common/files/patch-mc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/mule-common/files/patch-mc b/editors/mule-common/files/patch-mc new file mode 100644 index 000000000000..947c2fb5e96c --- /dev/null +++ b/editors/mule-common/files/patch-mc @@ -0,0 +1,11 @@ +--- src/s.emacs/freebsd.h Tue Sep 29 11:35:32 1998 ++++ src/s/freebsd.h Tue Sep 29 11:42:53 1998 +@@ -42,7 +42,7 @@ + #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) + + #define LIBS_DEBUG +-#define LIBS_SYSTEM -lutil ++#define LIBS_SYSTEM -lutil -lcrypt -lxpg4 + #define LIBS_TERMCAP -ltermcap + + #define SYSV_SYSTEM_DIR |