diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-02-13 09:09:53 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-02-13 09:09:53 +0000 |
commit | 26b2ddb99bec9d3a1a691b5652dd27dee5889d66 (patch) | |
tree | 26e962b2ed0a469baf34d17f4200ce6817bbb55c /misc/mc/files/patch-af | |
parent | Update to v2.8007.458b (diff) |
Enable the internal editor, through using libslang. Compile with
WITH_SLANG=yes.
Notes
Notes:
svn path=/head/; revision=25741
Diffstat (limited to 'misc/mc/files/patch-af')
-rw-r--r-- | misc/mc/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/mc/files/patch-af b/misc/mc/files/patch-af index 11caf8482d15..6175fb0db235 100644 --- a/misc/mc/files/patch-af +++ b/misc/mc/files/patch-af @@ -83,3 +83,14 @@ for I in $(TIFILES); \ do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(tidir)/$$I; done $(MKINSTALLDIRS) $(DESTDIR)$(confdir) +--- edit/Makefile.in.orig Wed Jan 5 23:49:36 2000 ++++ edit/Makefile.in Wed Jan 5 23:49:58 2000 +@@ -58,7 +58,7 @@ + + mcedit: + -$(RMF) $(DESTDIR)$(bindir)/$(binprefix)mcedit +- $(LN_S) mc $(DESTDIR)$(bindir)/$(binprefix)mcedit ++ $(LN_S) midc $(DESTDIR)$(bindir)/$(binprefix)mcedit + + showlibdep: + @echo 'OBJS="$(EDITOBJS)"' |