diff options
author | 2021-08-09 21:26:18 +0200 | |
---|---|---|
committer | 2021-08-10 01:29:45 -0400 | |
commit | a869257503e4e8c79ca36796e8795715dc1ffdc7 (patch) | |
tree | 8b6235554fa949564d411b0326ee8528946589c1 /dev-libs/tvision/files/tvision-2.2.1.4-gcc6.patch | |
parent | dev-util/cucumber-wire: add 6.1.0 (diff) | |
download | gentoo-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-gcc6.patch')
-rw-r--r-- | dev-libs/tvision/files/tvision-2.2.1.4-gcc6.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-libs/tvision/files/tvision-2.2.1.4-gcc6.patch b/dev-libs/tvision/files/tvision-2.2.1.4-gcc6.patch deleted file mode 100644 index e882e8539821..000000000000 --- a/dev-libs/tvision/files/tvision-2.2.1.4-gcc6.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff --git a/classes/tdesktop.cc b/classes/tdesktop.cc -index 38f1be4..f8f44f0 100644 ---- a/classes/tdesktop.cc -+++ b/classes/tdesktop.cc -@@ -26,6 +26,10 @@ Modified cursor behavior while desktop locked by Salvador E. Tropea (SET) - #define Uses_TVCodePage - #include <tv.h> - -+#include <cmath> -+ -+using std::abs; -+ - TDeskInit::TDeskInit( TBackground *(*cBackground)( TRect ) ) : - createBackground( cBackground ) - { -diff --git a/classes/tdisplay.cc b/classes/tdisplay.cc -index 9225d48..ee5eca8 100644 ---- a/classes/tdisplay.cc -+++ b/classes/tdisplay.cc -@@ -22,6 +22,10 @@ same used in original Turbo Vision for compatibility purposes. - #define Uses_TVCodePage - #include <tv.h> - -+#include <cmath> -+ -+using std::abs; -+ - // Remove me please! - int TDisplay::dual_display=0; - -diff --git a/classes/x11/x11src.cc b/classes/x11/x11src.cc -index 538457e..10f9911 100644 ---- a/classes/x11/x11src.cc -+++ b/classes/x11/x11src.cc -@@ -98,6 +98,10 @@ - #define TIMER_ALARM SIGALRM - #endif - -+#include <cmath> -+ -+using std::abs; -+ - const unsigned foWmin=5, foHmin=7, foWmax=20, foHmax=32; - const int cursorDelay=300000; - |