mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
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>
This commit is contained in:
parent
1c25ecff3c
commit
5a78e4dc89
12
dev-libs/libspt/files/libspt-glibc-2.30.patch
Normal file
12
dev-libs/libspt/files/libspt-glibc-2.30.patch
Normal file
@ -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;
|
||||
@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-gentoo.patch"
|
||||
"${FILESDIR}/${PN}-glibc-2.30.patch"
|
||||
"${FILESDIR}/${PN}-rpc.patch"
|
||||
)
|
||||
|
||||
|
||||
@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-gentoo.patch"
|
||||
"${FILESDIR}/${PN}-glibc-2.30.patch"
|
||||
"${FILESDIR}/${PN}-rpc.patch"
|
||||
)
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-gentoo.patch"
|
||||
"${FILESDIR}/${PN}-glibc-2.30.patch"
|
||||
"${FILESDIR}/${PN}-rpc.patch"
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user