-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpkg/mesa gpkg/pcre2 gpkg/spirv-llvm-translator +new pkg: gpkg/mtdev +fix glibc: disable flag TCSAFLUSH
- Loading branch information
Showing
7 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- src/bits/termios.h 2024-01-31 03:34:58.000000000 +0300 | ||
+++ src/bits/termios.h.patch 2024-02-17 11:27:54.173677442 +0300 | ||
@@ -332,7 +332,7 @@ | ||
/* Values for the OPTIONAL_ACTIONS argument to `tcsetattr'. */ | ||
#define TCSANOW 0 /* Change immediately. */ | ||
#define TCSADRAIN 1 /* Change when pending output is written. */ | ||
-#define TCSAFLUSH 2 /* Flush pending input before changing. */ | ||
+#define TCSAFLUSH 0 /* Flush pending input before changing. */ | ||
#ifdef __USE_MISC | ||
# define TCSASOFT 0x10 /* Flag: Don't alter hardware state. */ | ||
#endif | ||
--- src/sysdeps/unix/sysv/linux/bits/termios-tcflow.h 2024-01-31 03:34:58.000000000 +0300 | ||
+++ src/sysdeps/unix/sysv/linux/bits/termios-tcflow.h.patch 2024-02-17 11:29:09.643677413 +0300 | ||
@@ -23,4 +23,4 @@ | ||
/* tcsetattr uses these. */ | ||
#define TCSANOW 0 | ||
#define TCSADRAIN 1 | ||
-#define TCSAFLUSH 2 | ||
+#define TCSAFLUSH 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
TERMUX_PKG_HOMEPAGE=https://bitmath.org/code/mtdev/ | ||
TERMUX_PKG_DESCRIPTION="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol" | ||
TERMUX_PKG_LICENSE="MIT" | ||
TERMUX_PKG_MAINTAINER="@termux-pacman" | ||
TERMUX_PKG_VERSION=1.1.6 | ||
TERMUX_PKG_SRCURL=https://bitmath.org/code/mtdev/mtdev-${TERMUX_PKG_VERSION}.tar.gz | ||
TERMUX_PKG_SHA256=1325f389a2f25cd5f5a8ea4d29aad24aa7c3ec30401d679400dd79eb9c0a8dbb | ||
#TERMUX_PKG_RM_AFTER_INSTALL="bin/mtdev-test" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters