1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-24 03:17:08 +00:00
termux-packages/disabled-packages/hiptext/artiste.cc.patch
Tee KOBAYASHI 441038dda1 hiptext: Move to disabled packages
Build fails with ffmpeg 5.0. Upstream does not maintain this anymore.
Use `timg` instead.
2022-01-17 13:41:36 +02:00

12 lines
347 B
Diff

--- hiptext-2.0/src/artiste.cc 2019-03-01 19:40:54.553801723 +0800
+++ hiptext-2.0_mod/src/artiste.cc 2019-03-01 17:33:22.031073100 +0800
@@ -7,7 +7,7 @@
#include <stdio.h>
#include <signal.h>
#include <sys/ioctl.h>
-#include <sys/termios.h>
+#include <termios.h>
#include <sys/select.h>
#include <gflags/gflags.h>
#include <glog/logging.h>