mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-misc/screen: Drop obsolete patch.
Package-Manager: portage-2.2.27
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
--- a/src/telnet.c
|
||||
+++ b/src/telnet.c
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
extern Window *fore;
|
||||
extern Layer *flayer;
|
||||
-extern int visual_bell;
|
||||
+extern bool visual_bell;
|
||||
extern char screenterm[];
|
||||
extern int af;
|
||||
|
||||
@@ -36,9 +36,6 @@ src_prepare() {
|
||||
# Don't use utempter even if it is found on the system
|
||||
epatch "${FILESDIR}"/${PN}-4.3.0-no-utempter.patch
|
||||
|
||||
# visual_bell is no longer an int
|
||||
epatch "${FILESDIR}"/${PN}-9999-bool_visual_bell.patch
|
||||
|
||||
# sched.h is a system header and causes problems with some C libraries
|
||||
mv sched.h _sched.h || die
|
||||
sed -i '/include/ s:sched.h:_sched.h:' screen.h || die
|
||||
|
||||
Reference in New Issue
Block a user