diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
commit | 131cd97388c78909b13a26c3ce289bbf3c007b7f (patch) | |
tree | d22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /editors/emacs22/files/patch-ai | |
parent | Update pkg-message to match the current state of the default version (diff) |
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
Notes
Notes:
svn path=/head/; revision=104813
Diffstat (limited to 'editors/emacs22/files/patch-ai')
-rw-r--r-- | editors/emacs22/files/patch-ai | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/emacs22/files/patch-ai b/editors/emacs22/files/patch-ai deleted file mode 100644 index 57da8f14f8fd..000000000000 --- a/editors/emacs22/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- lib-src/Makefile.in.orig Sun Apr 4 13:04:19 1999 -+++ lib-src/Makefile.in Sun Apr 4 13:04:48 1999 -@@ -364,7 +364,7 @@ - $(CC) ${ALL_CFLAGS} ${srcdir}/cvtmail.c $(LOADLIBES) -o cvtmail - - fakemail: ${srcdir}/fakemail.c ../src/config.h -- $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail -+ $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -lcompat -o fakemail - - yow: ${srcdir}/yow.c ../src/paths.h - $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow |