summaryrefslogtreecommitdiff
path: root/app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch')
-rw-r--r--app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch b/app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch
deleted file mode 100644
index 3567646688e7..000000000000
--- a/app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/perl_api/perlsfio.c
-+++ b/perl_api/perlsfio.c
-@@ -32,6 +32,7 @@
- /* perl redefines them
- * avoid warnings
- */
-+#undef re_compile
- #undef USE_DYNAMIC_LOADING
- #undef DEBUG
- #undef PACKAGE
---- a/perl_api/perl.xs
-+++ b/perl_api/perl.xs
-@@ -38,6 +38,7 @@
- /* perl redefines them
- * avoid warnings
- */
-+#undef re_compile
- #undef USE_DYNAMIC_LOADING
- #undef DEBUG
- #undef PACKAGE