summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl-gentoo@posteo.net>2021-08-09 21:26:18 +0200
committerIonen Wolkens <ionen@gentoo.org>2021-08-10 01:29:45 -0400
commita869257503e4e8c79ca36796e8795715dc1ffdc7 (patch)
tree8b6235554fa949564d411b0326ee8528946589c1 /dev-libs/tvision/files/tvision-2.2.1.4-fix-dot-INC.patch
parentdev-util/cucumber-wire: add 6.1.0 (diff)
downloadgentoo-a869257503e4e8c79ca36796e8795715dc1ffdc7.tar.gz
gentoo-a869257503e4e8c79ca36796e8795715dc1ffdc7.tar.bz2
gentoo-a869257503e4e8c79ca36796e8795715dc1ffdc7.zip
dev-libs/tvision: drop 2.2.1.4
cleanup old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/21936 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-libs/tvision/files/tvision-2.2.1.4-fix-dot-INC.patch')
-rw-r--r--dev-libs/tvision/files/tvision-2.2.1.4-fix-dot-INC.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/tvision/files/tvision-2.2.1.4-fix-dot-INC.patch b/dev-libs/tvision/files/tvision-2.2.1.4-fix-dot-INC.patch
deleted file mode 100644
index ee81c4febd5f..000000000000
--- a/dev-libs/tvision/files/tvision-2.2.1.4-fix-dot-INC.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/config.pl b/config.pl
-index caf9c2d..caf2ed3 100644
---- a/config.pl
-+++ b/config.pl
-@@ -5,8 +5,8 @@
- # To specify the compilation flags define the CFLAGS environment variable.
- #
-
--require "miscperl.pl";
--require "conflib.pl";
-+require "./miscperl.pl";
-+require "./conflib.pl";
-
- # This optimization is giving problems and current PCs are quite fast to
- # make a real difference.
-diff --git a/confignt.pl b/confignt.pl
-index e185f49..9ff7ae6 100644
---- a/confignt.pl
-+++ b/confignt.pl
-@@ -3,8 +3,8 @@
- # see copyrigh file for details
- #
-
--require "miscperl.pl";
--require "conflib.pl";
-+require "./miscperl.pl";
-+require "./conflib.pl";
-
- SeeCommandLine();
-