diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-02-16 03:06:52 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-02-16 03:06:52 +0000 |
commit | d7888efe12c378fd2b0fbafa25150f87ca296349 (patch) | |
tree | b606e15a677a8eb7857aa71f10a5901f231753cb /editors | |
parent | Upgrade to tf-4.0g3 (diff) |
Unbreak for current
Notes
Notes:
svn path=/head/; revision=16730
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20/files/patch-ah | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/editors/emacs20/files/patch-ah b/editors/emacs20/files/patch-ah index 2a9dc425ebc6..5a24e77c253b 100644 --- a/editors/emacs20/files/patch-ah +++ b/editors/emacs20/files/patch-ah @@ -1,5 +1,14 @@ --- lib-src/Makefile.in.orig Sat Aug 1 20:22:55 1998 -+++ lib-src/Makefile.in Mon Aug 31 21:11:22 1998 ++++ lib-src/Makefile.in Sat Feb 13 17:30:37 1999 +@@ -218,7 +218,7 @@ + LIBMAIL=-lmail + #endif + +-LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC ++LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC -lcompat + + /* We need to #define emacs to get the right versions of some files. + Some other files - those shared with other GNU utilities - need @@ -278,7 +278,7 @@ if [ `(cd ${archlibdir} && /bin/pwd)` \ != `(cd ${srcdir} && /bin/pwd)` ]; then \ |