summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-09-04 10:27:12 +0000
committerMark Murray <markm@FreeBSD.org>1999-09-04 10:27:12 +0000
commitc8d0d39eb8e0f6f2e6e12640bed84ed8c836838e (patch)
treee9117ae991121ab721aa64f4895295a866d14303
parent37103b14afc0b362d0a5176c297ec57db16ced45 (diff)
Notes
-rw-r--r--usr.bin/vi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index ef03609683f1..129e0574e95a 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -16,7 +16,7 @@ APISTUFF= ex_notcl.c ex_noperl.c
#TCLINTERP= yes #we don't have it in the base tree
#TKNVI= yes #not ready, needs X11, tk, doesn't quite work yet
-#PERLINTERP= yes #works
+#PERLINTERP= yes #works if perl has no thread support built in
APISTUFF= ex_tcl.c ex_perl.c
@@ -83,7 +83,7 @@ CFLAGS+= -DHAVE_TCL_INTERP -I${DESTDIR}/usr/include/tcl
.if defined(PERLINTERP)
.PATH: ${SRCDIR}/perl_api
-# Perl "knows" how to compile it's components. Ask it for details...
+# Perl "knows" how to compile its components. Ask it for details...
PERLLIB!= ${PERL} -MConfig -e 'print $$Config{privlib}'
PERLCPPFLAGS!= cd ${SRCDIR}/build; ${PERL} -MExtUtils::Embed -e 'ccflags;perl_inc'
PERLLIBS!= cd ${SRCDIR}/build; ${PERL} -MExtUtils::Embed -e 'ldopts'