diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-02-19 16:50:18 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-02-19 16:50:18 +0000 |
commit | 891dd04c3f7679a2597a34a3433228aab1238abd (patch) | |
tree | 7f86f2a9efccf95bb41f0b48c6667852d58856e0 /editors/nvi-perl/files/patch-ab | |
parent | Spell the category name correctly ("sysutils", not "sysutil"). Please (diff) |
rename ports/editors/nvi to ports/editors/nvi-m17n.
update language-specific configurations for nvi-m17n accordingly.
add ports/editors/nvi-perl, nvi 1.79 with perl5 linked into.
Diffstat (limited to 'editors/nvi-perl/files/patch-ab')
-rw-r--r-- | editors/nvi-perl/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/nvi-perl/files/patch-ab b/editors/nvi-perl/files/patch-ab new file mode 100644 index 000000000000..8df32b0abac5 --- /dev/null +++ b/editors/nvi-perl/files/patch-ab @@ -0,0 +1,11 @@ +--- perl_api/perl.xs.orig Thu Feb 19 23:50:23 1998 ++++ perl_api/perl.xs Thu Feb 19 23:50:38 1998 +@@ -418,7 +418,7 @@ + xs_init() + { + #ifdef HAVE_PERL_5_003_01 +- dXSUB_SYS; ++ dXSUB_SYS + #endif + char *file = __FILE__; + |