diff options
author | 2019-10-27 18:06:16 +0900 | |
---|---|---|
committer | 2019-10-27 18:08:58 +0900 | |
commit | 5a78e4dc89f02a15ad86b09a8fe84d1c02822d71 (patch) | |
tree | cf4978498d9c87ce16246ef095ae7190fb5e7cdc /dev-libs/libspt/files | |
parent | dev-libs/libspt: update HOMEPAGE and SRC_URI (diff) | |
download | gentoo-5a78e4dc89f02a15ad86b09a8fe84d1c02822d71.tar.gz gentoo-5a78e4dc89f02a15ad86b09a8fe84d1c02822d71.tar.bz2 gentoo-5a78e4dc89f02a15ad86b09a8fe84d1c02822d71.zip |
dev-libs/libspt: fix build with >=sys-libs/glibc-2.30
Closes: https://bugs.gentoo.org/691762
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-libs/libspt/files')
-rw-r--r-- | dev-libs/libspt/files/libspt-glibc-2.30.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/libspt/files/libspt-glibc-2.30.patch b/dev-libs/libspt/files/libspt-glibc-2.30.patch new file mode 100644 index 000000000000..1ebb9b969b24 --- /dev/null +++ b/dev-libs/libspt/files/libspt-glibc-2.30.patch @@ -0,0 +1,12 @@ +--- a/libspt.c ++++ b/libspt.c +@@ -7,9 +7,6 @@ + #include <time.h> + #include <stdio.h> /* for perror() */ + #include <signal.h> +-#ifdef HAVE_PTY_SVR4 +-#include <sys/stropts.h> +-#endif + + struct spt_handle_tag { + connection *pconn; |