x11-terms/aterm: add patch to remove streams functionality
STREAMS were never supported in Linux, and have been removed from
glibc-2.30. This causes aterm to no longer build.
The included patch fixes the build by making the code follow the old
paths, on the assumption that the ioctls never did anything to begin
with.
Practical testing with this patch has not revealed any obvious issues.
Bug: https://bugs.gentoo.org/691756
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Matt Turner <mattst88@gentoo.org>