tigervnc: drop unneeded patch

This commit is contained in:
Leonid Pliushch 2019-01-19 19:09:04 +02:00 committed by Yaksh Bariya
parent 2879d3945e
commit c7e1204767
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
2 changed files with 1 additions and 13 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=http://www.tigervnc.org/
TERMUX_PKG_VERSION=1.9.0
TERMUX_PKG_REVISION=18
TERMUX_PKG_REVISION=19
TERMUX_PKG_DESCRIPTION="Suite of VNC servers. Based on the VNC 4 branch of TightVNC."
TERMUX_PKG_SRCURL=https://github.com/TigerVNC/tigervnc/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740

View File

@ -1,12 +0,0 @@
diff -uNr tigervnc-1.9.0/unix/vncpasswd/vncpasswd.cxx tigervnc-1.9.0.mod/unix/vncpasswd/vncpasswd.cxx
--- tigervnc-1.9.0/unix/vncpasswd/vncpasswd.cxx 2018-07-16 17:08:55.000000000 +0300
+++ tigervnc-1.9.0.mod/unix/vncpasswd/vncpasswd.cxx 2018-09-12 11:15:13.158490703 +0300
@@ -50,7 +50,7 @@
else
attrs.c_lflag &= ~ECHO;
attrs.c_lflag |= ECHONL;
- tcsetattr(fileno(stdin), TCSAFLUSH, &attrs);
+ tcsetattr(fileno(stdin), TCSANOW, &attrs);
}
static char* getpassword(const char* prompt) {